Class Hierarchy
- java.lang.Object
- io.quarkus.resteasy.mutiny.common.runtime.MultiInvokerProvider (implements javax.ws.rs.client.RxInvokerProvider<T>)
- io.quarkus.resteasy.mutiny.common.runtime.MultiProvider (implements org.jboss.resteasy.spi.AsyncStreamProvider<T>)
- io.quarkus.resteasy.mutiny.common.runtime.MultiRxInvokerImpl (implements io.quarkus.resteasy.mutiny.common.runtime.MultiRxInvoker)
- io.quarkus.resteasy.mutiny.common.runtime.UniInvokerProvider (implements javax.ws.rs.client.RxInvokerProvider<T>)
- io.quarkus.resteasy.mutiny.common.runtime.UniProvider (implements org.jboss.resteasy.spi.AsyncClientResponseProvider<T>, org.jboss.resteasy.spi.AsyncResponseProvider<T>)
- io.quarkus.resteasy.mutiny.common.runtime.UniRxInvokerImpl (implements io.quarkus.resteasy.mutiny.common.runtime.UniRxInvoker)
Interface Hierarchy
- javax.ws.rs.client.RxInvoker<T>
- io.quarkus.resteasy.mutiny.common.runtime.MultiRxInvoker
- io.quarkus.resteasy.mutiny.common.runtime.UniRxInvoker