public interface PerCacheInboundInvocationHandler
CacheRpcCommand
is received from other node in the
local site.Modifier and Type | Method and Description |
---|---|
void |
handle(CacheRpcCommand command,
Reply reply,
DeliverOrder order)
Handles the
CacheRpcCommand from other node. |
void handle(CacheRpcCommand command, Reply reply, DeliverOrder order)
CacheRpcCommand
from other node.command
- the CacheRpcCommand
to handle-reply
- the return value is passed to this object in order to be sent back to the senderorder
- the DeliverOrder
in which the command was sentCopyright © 2022 JBoss, a division of Red Hat. All rights reserved.