Interface EventSender

All Known Implementing Classes:
BackofficePlatformEventAdapter, DefaultBackofficeEventSender, ExportEventSender, PlatformClusterEventSender, SpringEventSender

public interface EventSender
Interface for sending events in the event service.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends the given AbstractEvent depending on the environment.
  • Method Details

    • sendEvent

      void sendEvent(AbstractEvent event)
      Sends the given AbstractEvent depending on the environment.
      Parameters:
      event - the event to be send.