Uses of Interface
org.infinispan.interceptors.InvocationSuccessAction
Packages that use InvocationSuccessAction
Package
Description
Infinispan is designed around a set of interceptors around a data container.
-
Uses of InvocationSuccessAction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationSuccessActionModifier and TypeMethodDescriptionfinal <C extends VisitableCommand>
ObjectBaseAsyncInterceptor.invokeNextThenAccept
(InvocationContext ctx, C command, InvocationSuccessAction<C> action) Invoke the next interceptor, possibly with a new command, and execute anInvocationCallback
after all the interceptors have finished successfully.ExceptionSyncInvocationStage.thenAccept
(InvocationContext ctx, VisitableCommand command, InvocationSuccessAction function) <C extends VisitableCommand>
ObjectInvocationStage.thenAccept
(InvocationContext ctx, C command, InvocationSuccessAction<C> action) After the current stage completes successfully, invokeaction
.<C extends VisitableCommand>
ObjectSyncInvocationStage.thenAccept
(InvocationContext ctx, C command, InvocationSuccessAction<C> action) <C extends VisitableCommand>
InvocationStageInvocationStage.thenAcceptMakeStage
(InvocationContext ctx, C command, InvocationSuccessAction<C> action) After the current stage completes successfully, invokeaction
.<C extends VisitableCommand>
InvocationStageSyncInvocationStage.thenAcceptMakeStage
(InvocationContext ctx, C command, InvocationSuccessAction<C> action)