Interface Replier

  • All Known Implementing Classes:
    DefaultReplier

    public interface Replier
    Provides support for building custom reply management to be used in the ServiceReplica.
    • Method Detail

      • setReplicaContext

        void setReplicaContext​(ReplicaContext replicaContext)
        Sets the replica context
        Parameters:
        replicaContext - The replica context
      • manageReply

        void manageReply​(TOMMessage request,
                         MessageContext msgCtx)
        Given an executed request, send it to a target
        Parameters:
        request - The executed request
        msgCtx - The message context associated to the request