Class JerseyCompletionStageRxInvoker

  • All Implemented Interfaces:
    javax.ws.rs.client.CompletionStageRxInvoker, javax.ws.rs.client.RxInvoker<java.util.concurrent.CompletionStage>

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

      Constructors 
      Constructor Description
      JerseyCompletionStageRxInvoker​(javax.ws.rs.client.Invocation.Builder builder, java.util.concurrent.ExecutorService executor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.util.concurrent.CompletionStage<T> method​(java.lang.String name, javax.ws.rs.client.Entity<?> entity, java.lang.Class<T> responseType)  
      <T> java.util.concurrent.CompletionStage<T> method​(java.lang.String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<T> responseType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.ws.rs.client.CompletionStageRxInvoker

        delete, delete, delete, get, get, get, head, method, method, method, method, options, options, options, post, post, post, put, put, put, trace, trace, trace
    • Constructor Detail

      • JerseyCompletionStageRxInvoker

        JerseyCompletionStageRxInvoker​(javax.ws.rs.client.Invocation.Builder builder,
                                       java.util.concurrent.ExecutorService executor)
    • Method Detail

      • method

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

        public <T> java.util.concurrent.CompletionStage<T> method​(java.lang.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<java.util.concurrent.CompletionStage>