| 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> |
InvocationStage.andExceptionally(InvocationContext ctx,
C command,
InvocationExceptionFunction<C> function)
After the current stage completes exceptionally, invoke
function and return its result. |
<C extends VisitableCommand> |
SyncInvocationStage.andExceptionally(InvocationContext ctx,
C command,
InvocationExceptionFunction<C> function) |
Object |
ExceptionSyncInvocationStage.andExceptionally(InvocationContext ctx,
VisitableCommand command,
InvocationExceptionFunction function) |
<C extends VisitableCommand> |
InvocationStage.andExceptionallyMakeStage(InvocationContext ctx,
C command,
InvocationExceptionFunction<C> function)
After the current stage completes exceptionally, invoke
function and return its result. |
<C extends VisitableCommand> |
SyncInvocationStage.andExceptionallyMakeStage(InvocationContext ctx,
C command,
InvocationExceptionFunction<C> function) |
<C extends VisitableCommand> |
BaseAsyncInterceptor.invokeNextAndExceptionally(InvocationContext ctx,
C command,
InvocationExceptionFunction<C> function)
Invoke the next interceptor, possibly with a new command, and execute an
InvocationCallback
after all the interceptors have finished with an exception. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.