Uses of Interface
org.infinispan.interceptors.InvocationFinallyFunction
-
Packages that use InvocationFinallyFunction Package Description org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. -
-
Uses of InvocationFinallyFunction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationFinallyFunction Modifier and Type Method Description Object
InvocationStage. andHandle(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyFunction function)
Object
BaseAsyncInterceptor. invokeNextAndHandle(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyFunction function)
Invoke the next interceptor, possibly with a new command, and execute anInvocationCallback
after all the interceptors have finished, with or without an exception.
-