Uses of Interface
org.infinispan.interceptors.InvocationFinallyAction
-
Packages that use InvocationFinallyAction Package Description org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.locking Interceptors dealing with locking. -
-
Uses of InvocationFinallyAction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationFinallyAction Modifier and Type Method Description Object
InvocationStage. andFinally(InvocationContext ctx, VisitableCommand command, InvocationFinallyAction action)
Object
BaseAsyncInterceptor. invokeNextAndFinally(InvocationContext ctx, VisitableCommand command, InvocationFinallyAction action)
Invoke the next interceptor, possibly with a new command, and execute anInvocationCallback
after all the interceptors have finished, with or without an exception. -
Uses of InvocationFinallyAction in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type InvocationFinallyAction Modifier and Type Method Description protected Object
AbstractLockingInterceptor. nonTxLockAndInvokeNext(InvocationContext ctx, VisitableCommand command, LockPromise lockPromise, InvocationFinallyAction finallyFunction)
Locks and invoke the next interceptor for non-transactional commands.
-