Class JerseyCompletionStageRxInvoker

java.lang.Object
org.glassfish.jersey.client.AbstractRxInvoker<CompletionStage>
org.glassfish.jersey.client.JerseyCompletionStageRxInvoker
All Implemented Interfaces:
javax.ws.rs.client.CompletionStageRxInvoker, javax.ws.rs.client.RxInvoker<CompletionStage>

public class JerseyCompletionStageRxInvoker extends AbstractRxInvoker<CompletionStage> implements javax.ws.rs.client.CompletionStageRxInvoker
Implementation of Reactive Invoker for CompletionStage.
Since:
2.26
  • Constructor Details

    • JerseyCompletionStageRxInvoker

      JerseyCompletionStageRxInvoker(javax.ws.rs.client.Invocation.Builder builder, ExecutorService executor)
  • Method Details

    • method

      public <T> CompletionStage<T> method(String name, javax.ws.rs.client.Entity<?> entity, Class<T> responseType)
      Specified by:
      method in interface javax.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface javax.ws.rs.client.RxInvoker<CompletionStage>
    • method

      public <T> CompletionStage<T> method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)
      Specified by:
      method in interface javax.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface javax.ws.rs.client.RxInvoker<CompletionStage>