Class PatchedCommandSubscription

All Implemented Interfaces:
Future<Void>, Subscription<SubscribeCommandsRequest,Commanding.CommandHistoryEntry>

public class PatchedCommandSubscription extends AbstractSubscription<SubscribeCommandsRequest,Commanding.CommandHistoryEntry>
  • Constructor Details

    • PatchedCommandSubscription

      public PatchedCommandSubscription(MethodHandler methodHandler)
  • Method Details

    • addListener

      public void addListener(CommandListener listener)
    • removeListener

      public void removeListener(CommandListener listener)
    • clear

      public void clear()
    • getCommand

      public Command getCommand(String id)