Class WebSocketStateBinderRegistry

java.lang.Object
io.micronaut.websocket.bind.WebSocketStateBinderRegistry
All Implemented Interfaces:
ArgumentBinderRegistry<WebSocketState>

@Internal public class WebSocketStateBinderRegistry extends Object implements ArgumentBinderRegistry<WebSocketState>
Handles binding WebSocket arguments from WebSocketState.
Since:
1.0
Author:
graemerocher