com.ibm.wiotp.sdk.app.messages

Class Command<T>

    • Constructor Detail

      • Command

        public Command(String typeId,
                       String deviceId,
                       String commandId,
                       String format,
                       MessageInterface<T> message)
        Note that this class does not have a default constructor
        Parameters:
        typeId - Object of String which denotes command type
        deviceId - Object of String which denotes command id
        commandId - Object of String which denotes actual command type
        format - Object of String which denotes command format, say json
        message - Object implementing MessageInterface
        See Also:
        Paho Client Library

Copyright © 2019. All rights reserved.