Class SendExternalSystemMessageCmd

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

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

    • recipientAccountId

      protected final String recipientAccountId
    • messageId

      protected final String messageId
  • Constructor Details

    • SendExternalSystemMessageCmd

      public SendExternalSystemMessageCmd(String recipientAccountId, String messageId)
  • 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>
    • getAdapter

      protected ExternalConversationSystemAdapter getAdapter(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String externalSystemId)