java.lang.Object
com.flowable.engage.engine.impl.notification.push.cmd.RemoveDeviceCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class RemoveDeviceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Filip Hrisafov
  • Field Details

    • deviceId

      protected final String deviceId
  • Constructor Details

    • RemoveDeviceCmd

      public RemoveDeviceCmd(String deviceId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>