Class DeleteAgentConnectionByIdCmd

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

public class DeleteAgentConnectionByIdCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Author:
Prathamesh Mane
  • Field Details

    • connectionId

      protected final String connectionId
  • Constructor Details

    • DeleteAgentConnectionByIdCmd

      public DeleteAgentConnectionByIdCmd(String connectionId)
  • 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>