Class MultiInvoker
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.impl.AbstractRxInvoker<io.smallrye.mutiny.Multi<?>>
-
- org.jboss.resteasy.reactive.client.impl.MultiInvoker
-
- All Implemented Interfaces:
javax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>
public class MultiInvoker extends AbstractRxInvoker<io.smallrye.mutiny.Multi<?>>
-
-
Constructor Summary
Constructors Constructor Description MultiInvoker(InvocationBuilderImpl target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> io.smallrye.mutiny.Multi<R>get(Class<R> responseType)<R> io.smallrye.mutiny.Multi<R>get(javax.ws.rs.core.GenericType<R> responseType)<R> io.smallrye.mutiny.Multi<R>method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<R> responseType)
-
-
-
Constructor Detail
-
MultiInvoker
public MultiInvoker(InvocationBuilderImpl target)
-
-
Method Detail
-
get
public <R> io.smallrye.mutiny.Multi<R> get(Class<R> responseType)
- Specified by:
getin interfacejavax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>- Overrides:
getin classAbstractRxInvoker<io.smallrye.mutiny.Multi<?>>
-
get
public <R> io.smallrye.mutiny.Multi<R> get(javax.ws.rs.core.GenericType<R> responseType)
- Specified by:
getin interfacejavax.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>- Overrides:
getin classAbstractRxInvoker<io.smallrye.mutiny.Multi<?>>
-
method
public <R> io.smallrye.mutiny.Multi<R> method(String name, javax.ws.rs.client.Entity<?> entity, javax.ws.rs.core.GenericType<R> responseType)
-
-