Interface ReactiveClientHttpEngine
- All Superinterfaces:
AsyncClientHttpEngine
,ClientHttpEngine
- All Known Implementing Classes:
ReactorNettyClientHttpEngine
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.client.jaxrs.engines.AsyncClientHttpEngine
AsyncClientHttpEngine.ResultExtractor<T>
-
Method Summary
Modifier and TypeMethodDescription<T> org.reactivestreams.Publisher
<T> How the reactive implementation handles errors.<T> org.reactivestreams.Publisher
<T> <T> org.reactivestreams.Publisher
<T> just
(T t) <T> org.reactivestreams.Publisher
<T> submitRx
(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor) This is the main bridge from RestEasy to a reactive implementation.Methods inherited from interface org.jboss.resteasy.client.jaxrs.engines.AsyncClientHttpEngine
submit, submit, submit
Methods inherited from interface org.jboss.resteasy.client.jaxrs.ClientHttpEngine
close, getHostnameVerifier, getSslContext, invoke, isFollowRedirects, setFollowRedirects
-
Method Details
-
submitRx
<T> org.reactivestreams.Publisher<T> submitRx(ClientInvocation request, boolean buffered, AsyncClientHttpEngine.ResultExtractor<T> extractor) This is the main bridge from RestEasy to a reactive implementation. -
fromCompletionStage
-
just
<T> org.reactivestreams.Publisher<T> just(T t) -
error
How the reactive implementation handles errors.
-