Class PublisherRxInvokerImpl
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.PublisherRxInvokerImpl
- All Implemented Interfaces:
jakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
,PublisherRxInvoker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
delete()
<T> org.reactivestreams.Publisher<T>
delete
(jakarta.ws.rs.core.GenericType<T> responseType) <T> org.reactivestreams.Publisher<T>
org.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
get()
<T> org.reactivestreams.Publisher<T>
get
(jakarta.ws.rs.core.GenericType<T> responseType) <T> org.reactivestreams.Publisher<T>
org.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
head()
org.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
org.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
<T> org.reactivestreams.Publisher<T>
method
(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType) <T> org.reactivestreams.Publisher<T>
<T> org.reactivestreams.Publisher<T>
<T> org.reactivestreams.Publisher<T>
org.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
options()
<T> org.reactivestreams.Publisher<T>
options
(jakarta.ws.rs.core.GenericType<T> responseType) <T> org.reactivestreams.Publisher<T>
org.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
post
(jakarta.ws.rs.client.Entity<?> entity) <T> org.reactivestreams.Publisher<T>
post
(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type) <T> org.reactivestreams.Publisher<T>
org.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
put
(jakarta.ws.rs.client.Entity<?> entity) <T> org.reactivestreams.Publisher<T>
put
(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type) <T> org.reactivestreams.Publisher<T>
protected abstract <T> org.reactivestreams.Publisher<T>
toPublisher
(CompletionStage<T> completable) org.reactivestreams.Publisher<jakarta.ws.rs.core.Response>
trace()
<T> org.reactivestreams.Publisher<T>
trace
(jakarta.ws.rs.core.GenericType<T> responseType) <T> org.reactivestreams.Publisher<T>
-
Constructor Details
-
PublisherRxInvokerImpl
-
-
Method Details
-
toPublisher
-
get
public org.reactivestreams.Publisher<jakarta.ws.rs.core.Response> get()- Specified by:
get
in interfacePublisherRxInvoker
- Specified by:
get
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
get
- Specified by:
get
in interfacePublisherRxInvoker
- Specified by:
get
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
get
public <T> org.reactivestreams.Publisher<T> get(jakarta.ws.rs.core.GenericType<T> responseType) - Specified by:
get
in interfacePublisherRxInvoker
- Specified by:
get
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
put
public org.reactivestreams.Publisher<jakarta.ws.rs.core.Response> put(jakarta.ws.rs.client.Entity<?> entity) - Specified by:
put
in interfacePublisherRxInvoker
- Specified by:
put
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
put
public <T> org.reactivestreams.Publisher<T> put(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz) - Specified by:
put
in interfacePublisherRxInvoker
- Specified by:
put
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
put
public <T> org.reactivestreams.Publisher<T> put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type) - Specified by:
put
in interfacePublisherRxInvoker
- Specified by:
put
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
post
public org.reactivestreams.Publisher<jakarta.ws.rs.core.Response> post(jakarta.ws.rs.client.Entity<?> entity) - Specified by:
post
in interfacePublisherRxInvoker
- Specified by:
post
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
post
public <T> org.reactivestreams.Publisher<T> post(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz) - Specified by:
post
in interfacePublisherRxInvoker
- Specified by:
post
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
post
public <T> org.reactivestreams.Publisher<T> post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type) - Specified by:
post
in interfacePublisherRxInvoker
- Specified by:
post
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
delete
public org.reactivestreams.Publisher<jakarta.ws.rs.core.Response> delete()- Specified by:
delete
in interfacePublisherRxInvoker
- Specified by:
delete
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
delete
- Specified by:
delete
in interfacePublisherRxInvoker
- Specified by:
delete
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
delete
public <T> org.reactivestreams.Publisher<T> delete(jakarta.ws.rs.core.GenericType<T> responseType) - Specified by:
delete
in interfacePublisherRxInvoker
- Specified by:
delete
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
head
public org.reactivestreams.Publisher<jakarta.ws.rs.core.Response> head()- Specified by:
head
in interfacePublisherRxInvoker
- Specified by:
head
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
options
public org.reactivestreams.Publisher<jakarta.ws.rs.core.Response> options()- Specified by:
options
in interfacePublisherRxInvoker
- Specified by:
options
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
options
- Specified by:
options
in interfacePublisherRxInvoker
- Specified by:
options
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
options
public <T> org.reactivestreams.Publisher<T> options(jakarta.ws.rs.core.GenericType<T> responseType) - Specified by:
options
in interfacePublisherRxInvoker
- Specified by:
options
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
trace
public org.reactivestreams.Publisher<jakarta.ws.rs.core.Response> trace()- Specified by:
trace
in interfacePublisherRxInvoker
- Specified by:
trace
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
trace
- Specified by:
trace
in interfacePublisherRxInvoker
- Specified by:
trace
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
trace
public <T> org.reactivestreams.Publisher<T> trace(jakarta.ws.rs.core.GenericType<T> responseType) - Specified by:
trace
in interfacePublisherRxInvoker
- Specified by:
trace
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
- Specified by:
method
in interfacePublisherRxInvoker
- Specified by:
method
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
- Specified by:
method
in interfacePublisherRxInvoker
- Specified by:
method
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public <T> org.reactivestreams.Publisher<T> method(String name, jakarta.ws.rs.core.GenericType<T> responseType) - Specified by:
method
in interfacePublisherRxInvoker
- Specified by:
method
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public org.reactivestreams.Publisher<jakarta.ws.rs.core.Response> method(String name, jakarta.ws.rs.client.Entity<?> entity) - Specified by:
method
in interfacePublisherRxInvoker
- Specified by:
method
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public <T> org.reactivestreams.Publisher<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType) - Specified by:
method
in interfacePublisherRxInvoker
- Specified by:
method
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-
method
public <T> org.reactivestreams.Publisher<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType) - Specified by:
method
in interfacePublisherRxInvoker
- Specified by:
method
in interfacejakarta.ws.rs.client.RxInvoker<org.reactivestreams.Publisher<?>>
-