Class AddEventConsumerCommand

java.lang.Object
org.flowable.engine.impl.cmd.AddEventConsumerCommand
All Implemented Interfaces:
Command<Void>

public class AddEventConsumerCommand extends Object implements Command<Void>
  • Field Details

    • eventConsumer

      protected org.flowable.eventregistry.api.EventRegistryEventConsumer eventConsumer
  • Constructor Details

    • AddEventConsumerCommand

      public AddEventConsumerCommand(org.flowable.eventregistry.api.EventRegistryEventConsumer eventConsumer)
  • Method Details