Package bftsmart.tom.server
Interface Replier
-
- All Known Implementing Classes:
DefaultReplier
public interface Replier
Provides support for building custom reply management to be used in the ServiceReplica.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
manageReply(TOMMessage request, MessageContext msgCtx)
Given an executed request, send it to a targetvoid
setReplicaContext(ReplicaContext replicaContext)
Sets the replica context
-
-
-
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 requestmsgCtx
- The message context associated to the request
-
-