Interface MqttAuthenticationExchangeMessage


  • public interface MqttAuthenticationExchangeMessage
    Represents an MQTT AUTH message
    • Method Detail

      • create

        static MqttAuthenticationExchangeMessage create​(MqttAuthenticateReasonCode reasonCode,
                                                        io.netty.handler.codec.mqtt.MqttProperties properties)
        Create a concrete instance of a Vert.x auth message
        Parameters:
        reasonCode - authenticate reason code
        properties - mqtt properties.
        Returns:
        Vert.x auth message
      • authenticationMethod

        String authenticationMethod()
        Returns:
        authenticate method
      • authenticationData

        Buffer authenticationData()
        Returns:
        authentication data
      • properties

        io.netty.handler.codec.mqtt.MqttProperties properties()
        Returns:
        MQTT properties