public interface InboundInvocationHandler
RpcManager and named-cache scoped components.| Modifier and Type | Method and Description |
|---|---|
void |
handle(CacheRpcCommand command,
Address origin,
org.jgroups.blocks.Response response,
boolean preserveOrder)
Invokes a command on the cache, from a remote source.
|
void handle(CacheRpcCommand command, Address origin, org.jgroups.blocks.Response response, boolean preserveOrder) throws Throwable
command - command to invokeresponse - the asynchronous request reference from org.infinispan.remoting.transport.Transport.
A null value means that the request does not expect a return value.preserveOrder - Throwable - in the event of problems executing the commandCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.