Class WebsocketChannelMetadata

    • Constructor Detail

      • WebsocketChannelMetadata

        public WebsocketChannelMetadata()
      • WebsocketChannelMetadata

        public WebsocketChannelMetadata​(String channel,
                                        String scope,
                                        Serializable user,
                                        boolean connected)
    • Method Detail

      • getChannel

        public String getChannel()
      • setChannel

        public void setChannel​(String channel)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • isConnected

        public boolean isConnected()
      • setConnected

        public void setConnected​(boolean connected)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object