public final class AsyncVoidInterceptorFactory
extends Object
implements org.jboss.invocation.InterceptorFactory
An asynchronous execution interceptor for methods returning void. Because asynchronous invocations
necessarily run in a concurrent thread, any thread context setup interceptors should run after this
interceptor to prevent that context from becoming lost. This interceptor should be associated with the client
interceptor stack.
This interceptor should only be used for local invocations.