Interface EventLoggerNotifier
- All Superinterfaces:
Listenable
- All Known Implementing Classes:
EventLoggerNotifierImpl
-
Method Summary
Modifier and TypeMethodDescriptionNotify the listeners about logged information.Methods inherited from interface org.infinispan.notifications.Listenable
addListener, addListenerAsync, getListeners, removeListener, removeListenerAsync
-
Method Details
-
notifyEventLogged
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
CompletionStagewhich completes when the notification has been sent.
-