@FunctionalInterface public interface InvocationFinallyAction<C extends VisitableCommand> extends InvocationCallback<C>
BaseAsyncInterceptor.invokeNextAndFinally(InvocationContext, VisitableCommand, InvocationFinallyAction).| Modifier and Type | Method and Description |
|---|---|
void |
accept(InvocationContext rCtx,
C rCommand,
Object rv,
Throwable throwable)
Process the result or the exception from an invocation stage and possibly throw an exception.
|
default 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. |
void accept(InvocationContext rCtx, C rCommand, Object rv, Throwable throwable) throws Throwable
Throwabledefault Object apply(InvocationContext rCtx, C rCommand, Object rv, Throwable throwable) throws Throwable
InvocationCallbackInvocationStage, or throw an exception.apply in interface InvocationCallback<C extends VisitableCommand>ThrowableCopyright © 2022 JBoss by Red Hat. All rights reserved.