Class CompletionStageRxInvokerProvider
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerProvider
- All Implemented Interfaces:
jakarta.ws.rs.client.RxInvokerProvider<jakarta.ws.rs.client.CompletionStageRxInvoker>
public class CompletionStageRxInvokerProvider
extends Object
implements jakarta.ws.rs.client.RxInvokerProvider<jakarta.ws.rs.client.CompletionStageRxInvoker>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.client.CompletionStageRxInvoker
getRxInvoker
(jakarta.ws.rs.client.SyncInvoker syncInvoker, ExecutorService executorService) boolean
isProviderFor
(Class<?> clazz)
-
Constructor Details
-
CompletionStageRxInvokerProvider
public CompletionStageRxInvokerProvider()
-
-
Method Details
-
isProviderFor
- Specified by:
isProviderFor
in 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:
getRxInvoker
in interfacejakarta.ws.rs.client.RxInvokerProvider<jakarta.ws.rs.client.CompletionStageRxInvoker>
-