| Package | Description |
|---|---|
| org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends VisitableCommand> |
BaseAsyncInterceptor.invokeNextThenAccept(InvocationContext ctx,
C command,
InvocationSuccessAction<C> action)
Invoke the next interceptor, possibly with a new command, and execute an
InvocationCallback
after all the interceptors have finished successfully. |
<C extends VisitableCommand> |
InvocationStage.thenAccept(InvocationContext ctx,
C command,
InvocationSuccessAction<C> action)
After the current stage completes successfully, invoke
action. |
<C extends VisitableCommand> |
SyncInvocationStage.thenAccept(InvocationContext ctx,
C command,
InvocationSuccessAction<C> action) |
Object |
ExceptionSyncInvocationStage.thenAccept(InvocationContext ctx,
VisitableCommand command,
InvocationSuccessAction function) |
<C extends VisitableCommand> |
InvocationStage.thenAcceptMakeStage(InvocationContext ctx,
C command,
InvocationSuccessAction<C> action)
After the current stage completes successfully, invoke
action. |
<C extends VisitableCommand> |
SyncInvocationStage.thenAcceptMakeStage(InvocationContext ctx,
C command,
InvocationSuccessAction<C> action) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.