Interface AutomationEventBus

All Known Implementing Classes:
JiraAutomationEventBus

public interface AutomationEventBus
Global event bus for automation relatred events.
  • Field Details

  • Method Details

    • publishEvent

      void publishEvent(Environment environment, AutomationEventBusEvent... events)
      Publishes an event to the automation event bus.
      Parameters:
      environment - The tenant on which the event occurred.
      events - The events to publish