Interface WebSocketStateBinder<T>

Type Parameters:
T - The type to bind to
All Superinterfaces:
ArgumentBinder<T,WebSocketState>

public interface WebSocketStateBinder<T> extends ArgumentBinder<T,WebSocketState>
Interface for binders that bind from WebSocketState.
Since:
1.0
Author:
graemerocher