Interface RequestExecutor.NotificationHandler

  • Enclosing interface:
    RequestExecutor

    public static interface RequestExecutor.NotificationHandler
    Asynchronous Notification
    • Method Detail

      • handleNotification

        void handleNotification​(int processId,
                                java.lang.String channelName,
                                java.lang.String payload)
                         throws java.io.IOException
        Throws:
        java.io.IOException