Package bftsmart.tom.server
Interface Replier
-
- All Known Implementing Classes:
DefaultReplier
public interface ReplierProvides 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 voidmanageReply(TOMMessage request, MessageContext msgCtx)Given an executed request, send it to a targetvoidsetReplicaContext(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
-
-