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 java.lang.ObjectExceptionSyncInvocationStage. andHandle(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyFunction function)<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectInvocationStage. andHandle(InvocationContext ctx, C command, InvocationFinallyFunction<C> function)After the current stage completes, invokefunctionand return its result.<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectSyncInvocationStage. andHandle(InvocationContext ctx, C command, InvocationFinallyFunction<C> function)<C extends org.infinispan.commands.VisitableCommand>
InvocationStageInvocationStage. andHandleMakeStage(InvocationContext ctx, C command, InvocationFinallyFunction<C> function)After the current stage completes, invokefunctionand return its result.<C extends org.infinispan.commands.VisitableCommand>
InvocationStageSyncInvocationStage. andHandleMakeStage(InvocationContext ctx, C command, InvocationFinallyFunction<C> function)<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectBaseAsyncInterceptor. invokeNextAndHandle(InvocationContext ctx, C command, InvocationFinallyFunction<C> function)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished, with or without an exception.
-