Class MqttAuthenticationExchangeMessage

java.lang.Object
io.vertx.mutiny.mqtt.messages.MqttAuthenticationExchangeMessage
All Implemented Interfaces:
MutinyDelegate

public class MqttAuthenticationExchangeMessage extends Object implements MutinyDelegate
Represents an MQTT AUTH message

NOTE: This class has been automatically generated from the original non Mutiny-ified interface.

See Also:
  • MqttAuthenticationExchangeMessage
  • Field Details

  • Constructor Details

    • MqttAuthenticationExchangeMessage

      public MqttAuthenticationExchangeMessage(io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage delegate)
      Create a new instance of MqttAuthenticationExchangeMessage delegating to the given (non-null) instance of MqttAuthenticationExchangeMessage.
    • MqttAuthenticationExchangeMessage

      public MqttAuthenticationExchangeMessage(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage getDelegate()
      Get the delegate instance.

      This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.

      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • create

      public static MqttAuthenticationExchangeMessage create(io.vertx.mqtt.messages.codes.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
    • reasonCode

      public io.vertx.mqtt.messages.codes.MqttAuthenticateReasonCode reasonCode()
      Returns:
      authenticate reason code
    • authenticationMethod

      public String authenticationMethod()
      Returns:
      authenticate method
    • authenticationData

      public io.vertx.core.buffer.Buffer authenticationData()
      Returns:
      authentication data
    • properties

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

      public static MqttAuthenticationExchangeMessage newInstance(io.vertx.mqtt.messages.MqttAuthenticationExchangeMessage delegate)
      Creates a new instance of the MqttAuthenticationExchangeMessage.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object