See: Description
| Interface | Description |
|---|---|
| AsyncInterceptor |
Interface for sequential interceptors.
|
| AsyncInterceptorChain |
Interceptor chain using
AsyncInterceptors. |
| InvocationCallback<C extends VisitableCommand> |
Base interface for all callbacks used by
BaseAsyncInterceptor and InvocationStage methods. |
| InvocationExceptionFunction<C extends VisitableCommand> | |
| InvocationFinallyAction<C extends VisitableCommand> | |
| InvocationFinallyFunction<C extends VisitableCommand> | |
| InvocationSuccessAction<C extends VisitableCommand> | |
| InvocationSuccessFunction<C extends VisitableCommand> |
| Class | Description |
|---|---|
| BaseAsyncInterceptor |
Base class for an interceptor in the new asynchronous invocation chain.
|
| BaseCustomAsyncInterceptor |
Anyone using the
AsyncInterceptorChain.addInterceptor(AsyncInterceptor, int) method (or any of its
overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own
custom interceptors. |
| CorePackageImpl | |
| DDAsyncInterceptor |
Interface for async interceptors using double-dispatch.
|
| EmptyAsyncInterceptorChain | |
| ExceptionSyncInvocationStage |
A sync
InvocationStage for Throwable. |
| InvocationStage |
A partial command invocation, either completed or in progress.
|
| SyncInvocationStage |
Copyright © 2021 JBoss by Red Hat. All rights reserved.