Interface RequestCallback

    • Method Detail

      • call

        void call​(EReplyFeed.ERequest request)
        An incoming request. The replier may send a reply either from within this method call or asynchronously after returning from this method. If the reply is sent asynchronously, then the replier must store request for later use. Replies are sent using ERequest and not EReplyFeed.

        The request message is stored in request and can be retrieved by calling EReplyFeed.ERequest.request().

        The request matches the replier's open and advertised feed. The associated EReplyFeed may be retrieved by calling EReplyFeed.ERequest.replier().

        Parameters:
        request - post replies to msg to this request.