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:
jakarta.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(jakarta.ws.rs.core.GenericType<R> responseType)<R> io.smallrye.mutiny.Multi<R>get(Class<R> responseType)<R> io.smallrye.mutiny.Multi<R>method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.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 interfacejakarta.ws.rs.client.RxInvoker<io.smallrye.mutiny.Multi<?>>- Overrides:
getin classAbstractRxInvoker<io.smallrye.mutiny.Multi<?>>
-
get
public <R> io.smallrye.mutiny.Multi<R> get(jakarta.ws.rs.core.GenericType<R> responseType)
- Specified by:
getin interfacejakarta.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, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType)
-
-