Uses of Interface
io.inverno.mod.http.server.ws.WebSocketMessage.Factory
Packages that use WebSocketMessage.Factory
-
Uses of WebSocketMessage.Factory in io.inverno.mod.http.server.ws
Method parameters in io.inverno.mod.http.server.ws with type arguments of type WebSocketMessage.FactoryModifier and TypeMethodDescriptionvoidWebSocketExchange.Outbound.messages(Function<WebSocketMessage.Factory, org.reactivestreams.Publisher<WebSocketMessage>> messages) Specifies the stream of messages sent to the client.