Class ReferenceMessageCmd

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

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

    • messageId

      protected final String messageId
    • referenceId

      protected final String referenceId
    • referenceType

      protected final String referenceType
  • Constructor Details

    • ReferenceMessageCmd

      public ReferenceMessageCmd(String messageId, String referenceId, String referenceType)
  • 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>