Interface ReplyHandler<ReplyT>

  • All Known Implementing Classes:
    RequestTracker

    public interface ReplyHandler<ReplyT>
    Callback method used by the Messenger when a reply is received.
    Author:
    jwhite
    • Method Detail

      • handleReply

        void handleReply​(ReplyT reply)