public class MultiRxInvokerImpl extends Object implements MultiRxInvoker
| Constructor and Description |
|---|
MultiRxInvokerImpl(javax.ws.rs.client.SyncInvoker syncInvoker,
ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.mutiny.Multi<?> |
delete() |
<R> io.smallrye.mutiny.Multi<?> |
delete(Class<R> responseType) |
<R> io.smallrye.mutiny.Multi<?> |
delete(javax.ws.rs.core.GenericType<R> responseType) |
io.smallrye.mutiny.Multi<?> |
get() |
<R> io.smallrye.mutiny.Multi<?> |
get(Class<R> responseType) |
<R> io.smallrye.mutiny.Multi<?> |
get(javax.ws.rs.core.GenericType<R> responseType) |
io.smallrye.mutiny.subscription.BackPressureStrategy |
getBackPressureStrategy() |
io.smallrye.mutiny.Multi<?> |
head() |
io.smallrye.mutiny.Multi<?> |
method(String name) |
<R> io.smallrye.mutiny.Multi<?> |
method(String name,
Class<R> responseType) |
io.smallrye.mutiny.Multi<?> |
method(String name,
javax.ws.rs.client.Entity<?> entity) |
<R> io.smallrye.mutiny.Multi<?> |
method(String name,
javax.ws.rs.client.Entity<?> entity,
Class<R> responseType) |
<R> io.smallrye.mutiny.Multi<?> |
method(String name,
javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType) |
<R> io.smallrye.mutiny.Multi<?> |
method(String name,
javax.ws.rs.core.GenericType<R> responseType) |
io.smallrye.mutiny.Multi<?> |
options() |
<R> io.smallrye.mutiny.Multi<?> |
options(Class<R> responseType) |
<R> io.smallrye.mutiny.Multi<?> |
options(javax.ws.rs.core.GenericType<R> responseType) |
io.smallrye.mutiny.Multi<?> |
post(javax.ws.rs.client.Entity<?> entity) |
<R> io.smallrye.mutiny.Multi<?> |
post(javax.ws.rs.client.Entity<?> entity,
Class<R> responseType) |
<R> io.smallrye.mutiny.Multi<?> |
post(javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType) |
io.smallrye.mutiny.Multi<?> |
put(javax.ws.rs.client.Entity<?> entity) |
<R> io.smallrye.mutiny.Multi<?> |
put(javax.ws.rs.client.Entity<?> entity,
Class<R> responseType) |
<R> io.smallrye.mutiny.Multi<?> |
put(javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType) |
void |
setBackPressureStrategy(io.smallrye.mutiny.subscription.BackPressureStrategy strategy) |
io.smallrye.mutiny.Multi<?> |
trace() |
<R> io.smallrye.mutiny.Multi<?> |
trace(Class<R> responseType) |
<R> io.smallrye.mutiny.Multi<?> |
trace(javax.ws.rs.core.GenericType<R> responseType) |
public MultiRxInvokerImpl(javax.ws.rs.client.SyncInvoker syncInvoker,
ExecutorService executorService)
public io.smallrye.mutiny.subscription.BackPressureStrategy getBackPressureStrategy()
getBackPressureStrategy in interface MultiRxInvokerpublic void setBackPressureStrategy(io.smallrye.mutiny.subscription.BackPressureStrategy strategy)
setBackPressureStrategy in interface MultiRxInvokerpublic io.smallrye.mutiny.Multi<?> get()
get in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> get(Class<R> responseType)
get in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> get(javax.ws.rs.core.GenericType<R> responseType)
get in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public io.smallrye.mutiny.Multi<?> put(javax.ws.rs.client.Entity<?> entity)
put in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> put(javax.ws.rs.client.Entity<?> entity,
Class<R> responseType)
put in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> put(javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType)
put in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public io.smallrye.mutiny.Multi<?> post(javax.ws.rs.client.Entity<?> entity)
post in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> post(javax.ws.rs.client.Entity<?> entity,
Class<R> responseType)
post in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> post(javax.ws.rs.client.Entity<?> entity,
javax.ws.rs.core.GenericType<R> responseType)
post in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public io.smallrye.mutiny.Multi<?> delete()
delete in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> delete(Class<R> responseType)
delete in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> delete(javax.ws.rs.core.GenericType<R> responseType)
delete in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public io.smallrye.mutiny.Multi<?> head()
head in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public io.smallrye.mutiny.Multi<?> options()
options in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> options(Class<R> responseType)
options in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> options(javax.ws.rs.core.GenericType<R> responseType)
options in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public io.smallrye.mutiny.Multi<?> trace()
trace in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> trace(Class<R> responseType)
trace in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> trace(javax.ws.rs.core.GenericType<R> responseType)
trace in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public io.smallrye.mutiny.Multi<?> method(String name)
method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> method(String name, Class<R> responseType)
method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> method(String name, javax.ws.rs.core.GenericType<R> responseType)
method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public io.smallrye.mutiny.Multi<?> method(String name, javax.ws.rs.client.Entity<?> entity)
method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> method(String name, javax.ws.rs.client.Entity<?> entity, Class<R> responseType)
method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>public <R> io.smallrye.mutiny.Multi<?> method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<R> responseType)
method in interface javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>Copyright © 2021 JBoss by Red Hat. All rights reserved.