@Experimental public interface AsyncInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
setNextInterceptor(AsyncInterceptor interceptorStage)
Sets up the interceptor.
|
Object |
visitCommand(InvocationContext ctx,
VisitableCommand command)
Perform some work for a command invocation.
|
Object visitCommand(InvocationContext ctx, VisitableCommand command) throws Throwable
BaseAsyncInterceptor.invokeNext(InvocationContext, VisitableCommand) or the other methods in
BaseAsyncInterceptor.InvocationStage created by the BaseAsyncInterceptor methods.Throwablevoid setNextInterceptor(AsyncInterceptor interceptorStage)
Copyright © 2022 JBoss by Red Hat. All rights reserved.