@Component
public class ReactiveWebSocketSubscriptionsHandler
extends java.lang.Object
implements org.springframework.web.reactive.socket.WebSocketHandler
| Constructor and Description |
|---|
ReactiveWebSocketSubscriptionsHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getSubProtocols() |
reactor.core.publisher.Mono<java.lang.Void> |
handle(org.springframework.web.reactive.socket.WebSocketSession webSocketSession) |
public ReactiveWebSocketSubscriptionsHandler()
public java.util.List<java.lang.String> getSubProtocols()
getSubProtocols in interface org.springframework.web.reactive.socket.WebSocketHandlerpublic reactor.core.publisher.Mono<java.lang.Void> handle(org.springframework.web.reactive.socket.WebSocketSession webSocketSession)
handle in interface org.springframework.web.reactive.socket.WebSocketHandler