Class LocalInvocation

java.lang.Object
org.infinispan.remoting.LocalInvocation
All Implemented Interfaces:
Callable<Response>, Function<Object,Response>

public class LocalInvocation extends Object implements Callable<Response>, Function<Object,Response>
Simulates a remote invocation on the local node. This is needed because the transport does not redirect to itself the replicable commands.
Since:
7.0
Author:
Pedro Ruivo