Class MpClientInvocation.Decorator
- java.lang.Object
 - 
- org.jboss.resteasy.microprofile.client.impl.MpClientInvocation.Decorator
 
 
- 
- All Implemented Interfaces:
 ExecutorServiceWrapper.Decorator
- Enclosing class:
 - MpClientInvocation
 
public static class MpClientInvocation.Decorator extends Object implements ExecutorServiceWrapper.Decorator
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Runnabledecorate(Runnable runnable)<V> Callable<V>decorate(Callable<V> callable) 
 - 
 
- 
- 
Constructor Detail
- 
Decorator
public Decorator(List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptor> asyncInvocationInterceptors)
 
 - 
 
- 
Method Detail
- 
decorate
public Runnable decorate(Runnable runnable)
- Specified by:
 decoratein interfaceExecutorServiceWrapper.Decorator
 
- 
decorate
public <V> Callable<V> decorate(Callable<V> callable)
- Specified by:
 decoratein interfaceExecutorServiceWrapper.Decorator
 
 - 
 
 -