Uses of Interface
org.infinispan.interceptors.InvocationSuccessAction
-
Packages that use InvocationSuccessAction Package Description org.infinispan.interceptors 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 InvocationSuccessAction Modifier and Type Method Description <C extends VisitableCommand>
ObjectBaseAsyncInterceptor. invokeNextThenAccept(InvocationContext ctx, C command, InvocationSuccessAction<C> action)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished successfully.ObjectExceptionSyncInvocationStage. 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)
-