@FunctionalInterface public interface InvocationCallback<C extends VisitableCommand>
BaseAsyncInterceptor and InvocationStage methods.| Modifier and Type | Method and Description |
|---|---|
Object |
apply(InvocationContext rCtx,
C rCommand,
Object rv,
Throwable throwable)
Process the result or the exception from an invocation stage and either return a simple value,
return a new
InvocationStage, or throw an exception. |
Object apply(InvocationContext rCtx, C rCommand, Object rv, Throwable throwable) throws Throwable
InvocationStage, or throw an exception.ThrowableCopyright © 2022 JBoss by Red Hat. All rights reserved.