Interface MessageResponseCallback

  • All Known Implementing Classes:
    DefaultMessageManager

    public interface MessageResponseCallback
    Callback interface used to signal that a response targeted for this client (i.e destinationId = current sourceId)

    Main method is responseRecieved

    Important only messages with a destination matching this source id should be sent through this callback.

    • Method Detail

      • responseReceived

        void responseReceived​(PKIMessage responseMessage)
        Method signaling that a response was received.

        Important only messages with a destination matching this source id should be sent through this callback.

        Parameters:
        responseMessage - the response message that was received.