Interface EventSender

All Known Implementing Classes:
KafkaClient

public interface EventSender
Interface that models a sender of events to external.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(Event<?> eventToSend)
    Method used to send an event through the sender.
  • Method Details

    • notify

      void notify(Event<?> eventToSend)
      Method used to send an event through the sender.
      Parameters:
      eventToSend - the event to send.