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