Class 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 Detail

      • CompletionStageRxInvokerProvider

        public CompletionStageRxInvokerProvider()
    • Method Detail

      • 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>