Interface WebSocketStateBinder<T>

  • Type Parameters:
    T - The type to bind to
    All Superinterfaces:
    io.micronaut.core.bind.ArgumentBinder<T,​WebSocketState>

    public interface WebSocketStateBinder<T>
    extends io.micronaut.core.bind.ArgumentBinder<T,​WebSocketState>
    Interface for binders that bind from WebSocketState.
    Since:
    1.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder

        io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface io.micronaut.core.bind.ArgumentBinder

        bind