Package org.infinispan.remoting.inboundhandler
Handling of inbound commands on remote nodes.
-
Interface Summary Interface Description InboundInvocationHandler Interface to invoke when theTransport
receives a command from other node or site.PerCacheInboundInvocationHandler Interface to invoke when aCacheRpcCommand
is received from other node in the local site.Reply Interface responsible to send back the return value to the sender. -
Enum Summary Enum Description DeliverOrder Used in RPC, it defines how the messages are delivered to the nodes.TopologyMode It checks or waits until the required topology is installed.