Uses of Class
io.quarkus.reactivemessaging.http.runtime.HttpMessage
-
Packages that use HttpMessage Package Description io.quarkus.reactivemessaging.http.runtime -
-
Uses of HttpMessage in io.quarkus.reactivemessaging.http.runtime
Methods in io.quarkus.reactivemessaging.http.runtime that return types with arguments of type HttpMessage Modifier and Type Method Description (package private) io.smallrye.mutiny.Multi<HttpMessage<?>>
ReactiveHttpHandlerBean. getProcessor(String path, io.vertx.core.http.HttpMethod method)
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<HttpMessage<?>>
QuarkusHttpConnector. getPublisherBuilder(org.eclipse.microprofile.config.Config configuration)
Method parameters in io.quarkus.reactivemessaging.http.runtime with type arguments of type HttpMessage Modifier and Type Method Description protected void
ReactiveHttpHandlerBean. handleRequest(io.vertx.ext.web.RoutingContext event, io.smallrye.mutiny.subscription.MultiEmitter<? super HttpMessage<?>> emitter, StrictQueueSizeGuard guard)
-