Interface RxFlowableInvoker
- All Superinterfaces:
RxInvoker<io.reactivex.Flowable>
Reactive invoker providing support for
flowable from RxJava.
Requests are by default invoked on a separate thread (as JAX-RS Async client requests). This behavior can be overridden by
providing a executor service when client extension is being created.- Since:
- 2.26
- Author:
- Pavel Bucek, Michal Gajdos
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.Flowable<Response>delete()<R> io.reactivex.Flowable<R>delete(GenericType<R> responseType) <R> io.reactivex.Flowable<R>io.reactivex.Flowable<Response>get()<R> io.reactivex.Flowable<R>get(GenericType<R> responseType) <R> io.reactivex.Flowable<R>io.reactivex.Flowable<Response>head()io.reactivex.Flowable<Response>io.reactivex.Flowable<Response><R> io.reactivex.Flowable<R>method(String name, Entity<?> entity, GenericType<R> responseType) <R> io.reactivex.Flowable<R><R> io.reactivex.Flowable<R>method(String name, GenericType<R> responseType) <R> io.reactivex.Flowable<R>io.reactivex.Flowable<Response>options()<R> io.reactivex.Flowable<R>options(GenericType<R> responseType) <R> io.reactivex.Flowable<R>io.reactivex.Flowable<Response><R> io.reactivex.Flowable<R>post(Entity<?> entity, GenericType<R> responseType) <R> io.reactivex.Flowable<R>io.reactivex.Flowable<Response><R> io.reactivex.Flowable<R>put(Entity<?> entity, GenericType<R> responseType) <R> io.reactivex.Flowable<R>io.reactivex.Flowable<Response>trace()<R> io.reactivex.Flowable<R>trace(GenericType<R> responseType) <R> io.reactivex.Flowable<R>
-
Method Details
-
get
io.reactivex.Flowable<Response> get() -
get
-
get
-
put
-
put
-
put
-
post
-
post
-
post
-
delete
io.reactivex.Flowable<Response> delete() -
delete
-
delete
-
head
io.reactivex.Flowable<Response> head() -
options
io.reactivex.Flowable<Response> options() -
options
-
options
-
trace
io.reactivex.Flowable<Response> trace() -
trace
-
trace
-
method
-
method
-
method
-
method
-
method
-
method
-