Module swim.mqtt
Package swim.mqtt

Class MqttSubStatus

  • All Implemented Interfaces:
    Debug

    public final class MqttSubStatus
    extends Object
    implements Debug
    • Method Detail

      • isSuccess

        public boolean isSuccess()
      • isAtMostOnce

        public boolean isAtMostOnce()
      • isAtLeastOnce

        public boolean isAtLeastOnce()
      • isExactlyOnce

        public boolean isExactlyOnce()
      • isFailure

        public boolean isFailure()
      • hashCode

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

        public <T> Output<T> debug​(Output<T> output)
        Description copied from interface: Debug
        Writes a developer readable, debug-formatted string representation of this object to output.
        Specified by:
        debug in interface Debug
        Returns:
        the continuation of the output.