Class ReactiveWebSocketHandlerBean
- java.lang.Object
-
- io.quarkus.reactivemessaging.http.runtime.ReactiveWebSocketHandlerBean
-
@Singleton public class ReactiveWebSocketHandlerBean extends Object
a bean that handles incoming web socket messages
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,io.quarkus.reactivemessaging.http.runtime.ReactiveHandlerBeanBase.Bundle<MessageType>>processors
-
Constructor Summary
Constructors Constructor Description ReactiveWebSocketHandlerBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<WebSocketStreamConfig>configs()protected Stringdescription(WebSocketStreamConfig config)protected voidhandleRequest(io.vertx.ext.web.RoutingContext event, io.smallrye.mutiny.subscription.MultiEmitter<? super io.quarkus.reactivemessaging.http.runtime.WebSocketMessage<?>> emitter, io.quarkus.reactivemessaging.http.runtime.StrictQueueSizeGuard guard, String path)protected Stringkey(WebSocketStreamConfig config)protected Stringkey(io.vertx.ext.web.RoutingContext context)
-
-
-
Method Detail
-
handleRequest
protected void handleRequest(io.vertx.ext.web.RoutingContext event, io.smallrye.mutiny.subscription.MultiEmitter<? super io.quarkus.reactivemessaging.http.runtime.WebSocketMessage<?>> emitter, io.quarkus.reactivemessaging.http.runtime.StrictQueueSizeGuard guard, String path)
-
description
protected String description(WebSocketStreamConfig config)
-
key
protected String key(WebSocketStreamConfig config)
-
key
protected String key(io.vertx.ext.web.RoutingContext context)
-
configs
protected Collection<WebSocketStreamConfig> configs()
-
-