Interface EventReporter

  • All Superinterfaces:
    Reporter

    @Experimental
    public interface EventReporter
    extends Reporter
    Event reporters are used to export Events to an external backend.

    Reporters are instantiated via a EventReporterFactory.

    • Method Detail

      • notifyOfAddedEvent

        void notifyOfAddedEvent​(Event event)