Class GlobalInboundInvocationHandler

java.lang.Object
org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler
All Implemented Interfaces:
InboundInvocationHandler

public class GlobalInboundInvocationHandler extends Object implements InboundInvocationHandler
InboundInvocationHandler implementation that handles all the ReplicableCommand.

This component handles the ReplicableCommand from local and remote site. The remote site ReplicableCommand are sent to the BackupReceiver to be handled.

Also, the non-CacheRpcCommand are processed directly and the CacheRpcCommand are processed in the cache's PerCacheInboundInvocationHandler implementation.

Since:
7.1
Author:
Pedro Ruivo