Class RemoveEventConsumerCommand

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

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

    • eventConsumer

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

    • RemoveEventConsumerCommand

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