Class MQTTOutput

    • Constructor Detail

      • MQTTOutput

        public MQTTOutput()
    • Method Detail

      • endpoint

        public abstract String endpoint()
        The output's endpoint.
      • disableCertCheck

        @Nullable
        public abstract Boolean disableCertCheck()
        The output's disableCertCheck.
      • username

        @Nullable
        public abstract String username()
        The output's username.
      • password

        @Nullable
        public abstract String password()
        The output's password.
      • clientID

        public abstract String clientID()
        The output's clientID.
      • topicName

        public abstract String topicName()
        The output's topicName.
      • toInternal

        public com.telenordigital.nbiot.OutputInternal toInternal()
        Specified by:
        toInternal in interface Output