com.ibm.wiotp.sdk.app.callbacks

Interface CommandCallback<T>



  • public interface CommandCallback<T>
    • Method Detail

      • processCommand

        void processCommand(Command<T> cmd)
        process the command received
        Parameters:
        cmd - Application subscribes to this command on the behalf of a device
      • getMessageClass

        Class<T> getMessageClass()

Copyright © 2019. All rights reserved.