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. -
-
Uses of InvocationFinallyAction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationFinallyAction Modifier and Type Method Description java.lang.ObjectExceptionSyncInvocationStage. andFinally(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationFinallyAction action)<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectInvocationStage. andFinally(InvocationContext ctx, C command, InvocationFinallyAction<C> action)After the current stage completes, invokeaction.<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectSyncInvocationStage. andFinally(InvocationContext ctx, C command, InvocationFinallyAction<C> action)<C extends org.infinispan.commands.VisitableCommand>
InvocationStageInvocationStage. andFinallyMakeStage(InvocationContext ctx, C command, InvocationFinallyAction<C> action)After the current stage completes, invokeaction.<C extends org.infinispan.commands.VisitableCommand>
InvocationStageSyncInvocationStage. andFinallyMakeStage(InvocationContext ctx, C command, InvocationFinallyAction<C> action)<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectBaseAsyncInterceptor. invokeNextAndFinally(InvocationContext ctx, C command, InvocationFinallyAction<C> action)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished, with or without an exception.
-