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
Constructors Constructor Description AsyncInvocationInterceptorThreadContext(Collection<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> factories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor>capture()voidpush(List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor> context)voidreset(List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor> context)
-
-
-
Constructor Detail
-
AsyncInvocationInterceptorThreadContext
public AsyncInvocationInterceptorThreadContext(Collection<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> factories)
-
-
Method Detail
-
capture
public List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor> capture()
- Specified by:
capturein interfaceorg.jboss.resteasy.spi.concurrent.ThreadContext<List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor>>
-
push
public void push(List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor> context)
- Specified by:
pushin interfaceorg.jboss.resteasy.spi.concurrent.ThreadContext<List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor>>
-
-