Package io.micronaut.websocket.bind
Interface WebSocketStateBinder<T>
- Type Parameters:
T
- The type to bind to
- All Superinterfaces:
ArgumentBinder<T,
WebSocketState>
Interface for binders that bind from
WebSocketState
.- Since:
- 1.0
- Author:
- graemerocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
ArgumentBinder.BindingResult<T>
-
Method Summary
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind