Package org.infinispan.remoting.rpc
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
-
Interface Summary Interface Description ResponseFilter A mechanism of filtering RPC responses.RpcManager Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registeredTransport
. -
Class Summary Class Description CorePackageImpl RpcManagerImpl This component really is just a wrapper around aTransport
implementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations.RpcOptions Classes that wraps all the configuration parameters to configure a remote invocation.RpcOptionsBuilder Deprecated. Since 9.2, please useRpcOptions
directly. -
Enum Summary Enum Description ResponseMode Represents different handling mechanisms when dealing with remote command responses.