Uses of Interface
org.infinispan.interceptors.InvocationSuccessFunction
Package
Description
Infinispan is designed around a set of interceptors around a data container.
-
Uses of InvocationSuccessFunction in org.infinispan.interceptors
Modifier and TypeMethodDescriptionfinal <C extends VisitableCommand>
ObjectBaseAsyncInterceptor.invokeNextThenApply
(InvocationContext ctx, C command, InvocationSuccessFunction<C> function) Invoke the next interceptor, possibly with a new command, and execute anInvocationCallback
after all the interceptors have finished successfully.ExceptionSyncInvocationStage.thenApply
(InvocationContext ctx, VisitableCommand command, InvocationSuccessFunction function) <C extends VisitableCommand>
ObjectInvocationStage.thenApply
(InvocationContext ctx, C command, InvocationSuccessFunction<C> function) After the current stage completes successfully, invokefunction
and return its result.<C extends VisitableCommand>
ObjectSyncInvocationStage.thenApply
(InvocationContext ctx, C command, InvocationSuccessFunction<C> function) <C extends VisitableCommand>
InvocationStageInvocationStage.thenApplyMakeStage
(InvocationContext ctx, C command, InvocationSuccessFunction<C> function) After the current stage completes successfully, invokefunction
and return its result.<C extends VisitableCommand>
InvocationStageSyncInvocationStage.thenApplyMakeStage
(InvocationContext ctx, C command, InvocationSuccessFunction<C> function) After the current stage completes successfully, invokefunction
and return its result.