Interface EventSender
-
- All Known Implementing Classes:
BackofficePlatformEventAdapter,DefaultBackofficeEventSender,ExportEventSender,PlatformClusterEventSender,SpringEventSender
public interface EventSenderInterface for sending events in the event service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendEvent(AbstractEvent event)Sends the givenAbstractEventdepending on the environment.
-
-
-
Method Detail
-
sendEvent
void sendEvent(AbstractEvent event)
Sends the givenAbstractEventdepending on the environment.- Parameters:
event- the event to be send.
-
-