<C extends org.infinispan.commands.VisitableCommand> java.lang.Object |
BaseAsyncInterceptor.invokeNextThenApply(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function) |
Invoke the next interceptor, possibly with a new command, and execute an InvocationCallback
after all the interceptors have finished successfully.
|
java.lang.Object |
ExceptionSyncInvocationStage.thenApply(InvocationContext ctx,
org.infinispan.commands.VisitableCommand command,
InvocationSuccessFunction function) |
|
<C extends org.infinispan.commands.VisitableCommand> java.lang.Object |
InvocationStage.thenApply(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function) |
After the current stage completes successfully, invoke function and return its result.
|
<C extends org.infinispan.commands.VisitableCommand> java.lang.Object |
SyncInvocationStage.thenApply(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function) |
|
<C extends org.infinispan.commands.VisitableCommand> InvocationStage |
InvocationStage.thenApplyMakeStage(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function) |
After the current stage completes successfully, invoke function and return its result.
|
<C extends org.infinispan.commands.VisitableCommand> InvocationStage |
SyncInvocationStage.thenApplyMakeStage(InvocationContext ctx,
C command,
InvocationSuccessFunction<C> function) |
After the current stage completes successfully, invoke function and return its result.
|