Package application.controller.manager
Interface EventSender
- All Known Implementing Classes:
KafkaClient
public interface EventSender
Interface that models a sender of events to external.
-
Method Summary
-
Method Details
-
notify
Method used to send an event through the sender.- Parameters:
eventToSend
- the event to send.
-