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