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 java.lang.ObjectBaseAsyncInterceptor. invokeNextThenAccept(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished successfully.java.lang.ObjectInvocationStage. thenAccept(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)After the current stage completes successfully, invokeaction.java.lang.ObjectSyncInvocationStage. thenAccept(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)InvocationStageInvocationStage. thenAcceptMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)After the current stage completes successfully, invokeaction.InvocationStageSyncInvocationStage. thenAcceptMakeStage(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessAction action)
-