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 Details

    • CompletionStageRxInvokerProvider

      public CompletionStageRxInvokerProvider()
  • Method Details

    • isProviderFor

      public boolean isProviderFor(Class<?> clazz)
      Specified by:
      isProviderFor in interface jakarta.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 interface jakarta.ws.rs.client.RxInvokerProvider<jakarta.ws.rs.client.CompletionStageRxInvoker>