Uses of Interface
org.infinispan.interceptors.InvocationFinallyAction
Package
Description
Infinispan is designed around a set of interceptors around a data container.
-
Uses of InvocationFinallyAction in org.infinispan.interceptors
Modifier and TypeMethodDescriptionExceptionSyncInvocationStage.andFinally
(InvocationContext ctx, VisitableCommand command, InvocationFinallyAction action) <C extends VisitableCommand>
ObjectInvocationStage.andFinally
(InvocationContext ctx, C command, InvocationFinallyAction<C> action) After the current stage completes, invokeaction
.<C extends VisitableCommand>
ObjectSyncInvocationStage.andFinally
(InvocationContext ctx, C command, InvocationFinallyAction<C> action) <C extends VisitableCommand>
InvocationStageInvocationStage.andFinallyMakeStage
(InvocationContext ctx, C command, InvocationFinallyAction<C> action) After the current stage completes, invokeaction
.<C extends VisitableCommand>
InvocationStageSyncInvocationStage.andFinallyMakeStage
(InvocationContext ctx, C command, InvocationFinallyAction<C> action) final <C extends VisitableCommand>
ObjectBaseAsyncInterceptor.invokeNextAndFinally
(InvocationContext ctx, C command, InvocationFinallyAction<C> action) Invoke the next interceptor, possibly with a new command, and execute anInvocationCallback
after all the interceptors have finished, with or without an exception.