Class AsyncInterceptorRxInvokerProvider
java.lang.Object
org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvokerProvider
- All Implemented Interfaces:
jakarta.ws.rs.client.RxInvokerProvider<jakarta.ws.rs.client.CompletionStageRxInvoker>
public class AsyncInterceptorRxInvokerProvider
extends Object
implements jakarta.ws.rs.client.RxInvokerProvider<jakarta.ws.rs.client.CompletionStageRxInvoker>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.client.CompletionStageRxInvokergetRxInvoker(jakarta.ws.rs.client.SyncInvoker syncInvoker, ExecutorService executorService) booleanisProviderFor(Class<?> clazz)
-
Constructor Details
-
AsyncInterceptorRxInvokerProvider
public AsyncInterceptorRxInvokerProvider()
-
-
Method Details
-
isProviderFor
- Specified by:
isProviderForin interfacejakarta.ws.rs.client.RxInvokerProvider<jakarta.ws.rs.client.CompletionStageRxInvoker>
-
getRxInvoker
public jakarta.ws.rs.client.CompletionStageRxInvoker getRxInvoker(jakarta.ws.rs.client.SyncInvoker syncInvoker, ExecutorService executorService) - Specified by:
getRxInvokerin interfacejakarta.ws.rs.client.RxInvokerProvider<jakarta.ws.rs.client.CompletionStageRxInvoker>
-