Class RemoveMessageReactionCmd

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

public class RemoveMessageReactionCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Luis Belloch
  • Field Details

    • reactionId

      protected String reactionId
  • Constructor Details

    • RemoveMessageReactionCmd

      public RemoveMessageReactionCmd(String reactionId)
  • 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>