Interface ClientListenerResponseSender


  • public interface ClientListenerResponseSender
    Client listener response result sender.
    • Method Detail

      • send

        void send​(ClientListenerResponse resp)
        Send response to the client. Used for asynchronous result send.
        Parameters:
        resp - Client listener response.