Package org.infinispan.remoting
Class LocalInvocation
- java.lang.Object
-
- org.infinispan.remoting.LocalInvocation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Responseapply(Object retVal)Responsecall()CompletionStage<Response>callAsync()booleanequals(Object o)inthashCode()static LocalInvocationnewInstance(ComponentRegistry componentRegistry, CacheRpcCommand command)static LocalInvocationnewInstanceFromCache(Cache<?,?> cache, CacheRpcCommand command)
-
-
-
Method Detail
-
newInstanceFromCache
public static LocalInvocation newInstanceFromCache(Cache<?,?> cache, CacheRpcCommand command)
-
newInstance
public static LocalInvocation newInstance(ComponentRegistry componentRegistry, CacheRpcCommand command)
-
callAsync
public CompletionStage<Response> callAsync()
-
-