Package org.infinispan.remoting.rpc
package org.infinispan.remoting.rpc
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
-
ClassDescriptionA mechanism of filtering RPC responses.Represents different handling mechanisms when dealing with remote command responses.Provides a mechanism for communicating with other caches in the cluster, by formatting and passing requests down to the registered
Transport
.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.Classes that wraps all the configuration parameters to configure a remote invocation.