Class QuarkusWebSocketConnectorIncomingConfiguration

    • Constructor Detail

      • QuarkusWebSocketConnectorIncomingConfiguration

        public QuarkusWebSocketConnectorIncomingConfiguration​(org.eclipse.microprofile.config.Config config)
        Creates a new QuarkusWebSocketConnectorIncomingConfiguration.
    • Method Detail

      • getPath

        public String getPath()
        Gets the path value from the configuration. Attribute Name: path Description: The path of the endpoint Mandatory: yes
        Returns:
        the path
      • getBufferSize

        public String getBufferSize()
        Gets the buffer-size value from the configuration. Attribute Name: buffer-size Description: Web socket endpoint buffers messages if a consumer is not able to keep up. This setting specifies the size of the buffer. Default Value: 8
        Returns:
        the buffer-size