Interface EventSender

All Known Implementing Classes:
EventSender.NoopEventSender, HttpEventSender

public interface EventSender
An interface for sending event by various methods, like asynchronization or synchronization.
Author:
johnniang
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(Event event)
     
  • Method Details

    • send

      void send(Event event)