Class AsyncInterceptorRxInvoker

java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
All Implemented Interfaces:
jakarta.ws.rs.client.CompletionStageRxInvoker, jakarta.ws.rs.client.RxInvoker<CompletionStage>

public class AsyncInterceptorRxInvoker extends org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
Author:
Bill Burke, Alessio Soldano

  • Constructor Details

    • AsyncInterceptorRxInvoker

      public AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder, ExecutorService executor)
    • AsyncInterceptorRxInvoker

      public AsyncInterceptorRxInvoker(jakarta.ws.rs.client.SyncInvoker builder)
  • Method Details

    • get

      public CompletionStage<jakarta.ws.rs.core.Response> get()
      Specified by:
      get in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      get in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • get

      public <T> CompletionStage<T> get(Class<T> responseType)
      Specified by:
      get in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      get in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • get

      public <T> CompletionStage<T> get(jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      get in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      get in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • put

      public CompletionStage<jakarta.ws.rs.core.Response> put(jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      put in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      put in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • put

      public <T> CompletionStage<T> put(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz)
      Specified by:
      put in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      put in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • put

      public <T> CompletionStage<T> put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type)
      Specified by:
      put in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      put in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • post

      public CompletionStage<jakarta.ws.rs.core.Response> post(jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      post in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      post in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • post

      public <T> CompletionStage<T> post(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz)
      Specified by:
      post in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      post in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • post

      public <T> CompletionStage<T> post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type)
      Specified by:
      post in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      post in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • delete

      public CompletionStage<jakarta.ws.rs.core.Response> delete()
      Specified by:
      delete in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      delete in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • delete

      public <T> CompletionStage<T> delete(Class<T> responseType)
      Specified by:
      delete in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      delete in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • delete

      public <T> CompletionStage<T> delete(jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      delete in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      delete in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • head

      public CompletionStage<jakarta.ws.rs.core.Response> head()
      Specified by:
      head in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      head in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      head in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • options

      public CompletionStage<jakarta.ws.rs.core.Response> options()
      Specified by:
      options in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      options in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • options

      public <T> CompletionStage<T> options(Class<T> responseType)
      Specified by:
      options in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      options in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • options

      public <T> CompletionStage<T> options(jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      options in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      options in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • trace

      public CompletionStage<jakarta.ws.rs.core.Response> trace()
      Specified by:
      trace in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      trace in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • trace

      public <T> CompletionStage<T> trace(Class<T> responseType)
      Specified by:
      trace in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      trace in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • trace

      public <T> CompletionStage<T> trace(jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      trace in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      trace in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • method

      public CompletionStage<jakarta.ws.rs.core.Response> method(String name)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      method in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • method

      public <T> CompletionStage<T> method(String name, Class<T> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      method in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • method

      public <T> CompletionStage<T> method(String name, jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      method in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • method

      public CompletionStage<jakarta.ws.rs.core.Response> method(String name, jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      method in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • method

      public <T> CompletionStage<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      method in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • method

      public <T> CompletionStage<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
      Overrides:
      method in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • patch

      public CompletionStage<jakarta.ws.rs.core.Response> patch(jakarta.ws.rs.client.Entity<?> entity)
      Overrides:
      patch in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • patch

      public <T> CompletionStage<T> patch(jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType)
      Overrides:
      patch in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
    • patch

      public <T> CompletionStage<T> patch(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType)
      Overrides:
      patch in class org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl