Interface EventLoggerNotifier

All Superinterfaces:
Listenable
All Known Implementing Classes:
EventLoggerNotifierImpl

public interface EventLoggerNotifier extends Listenable
  • Method Details

    • notifyEventLogged

      CompletionStage<Void> notifyEventLogged(EventLog log)
      Notify the listeners about logged information. This method notifies about any type of logged information, without filtering for level or category. Is up to the listeners to filter the desired events.
      Parameters:
      log - : the logged information.
      Returns:
      a CompletionStage which completes when the notification has been sent.