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 org.infinispan.commands.VisitableCommand>
java.lang.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.java.lang.ObjectExceptionSyncInvocationStage. thenAccept(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction function)<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectInvocationStage. thenAccept(InvocationContext ctx, C command, InvocationSuccessAction<C> action)After the current stage completes successfully, invokeaction.<C extends org.infinispan.commands.VisitableCommand>
java.lang.ObjectSyncInvocationStage. thenAccept(InvocationContext ctx, C command, InvocationSuccessAction<C> action)<C extends org.infinispan.commands.VisitableCommand>
InvocationStageInvocationStage. thenAcceptMakeStage(InvocationContext ctx, C command, InvocationSuccessAction<C> action)After the current stage completes successfully, invokeaction.<C extends org.infinispan.commands.VisitableCommand>
InvocationStageSyncInvocationStage. thenAcceptMakeStage(InvocationContext ctx, C command, InvocationSuccessAction<C> action)
-