Class AsyncInvocationInterceptorThreadContext
java.lang.Object
org.jboss.resteasy.microprofile.client.async.AsyncInvocationInterceptorThreadContext
- All Implemented Interfaces:
org.jboss.resteasy.spi.concurrent.ThreadContext<List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor>>
public class AsyncInvocationInterceptorThreadContext
extends Object
implements org.jboss.resteasy.spi.concurrent.ThreadContext<List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor>>
- Author:
- James R. Perkins
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncInvocationInterceptorThreadContext(Collection<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> factories) -
Method Summary
-
Constructor Details
-
AsyncInvocationInterceptorThreadContext
public AsyncInvocationInterceptorThreadContext(Collection<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> factories)
-
-
Method Details
-
capture
- Specified by:
capturein interfaceorg.jboss.resteasy.spi.concurrent.ThreadContext<List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor>>
-
push
- Specified by:
pushin interfaceorg.jboss.resteasy.spi.concurrent.ThreadContext<List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor>>
-
reset
public void reset(List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor> context) - Specified by:
resetin interfaceorg.jboss.resteasy.spi.concurrent.ThreadContext<List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor>>
-