Interface NotificationSourceFactory


public interface NotificationSourceFactory
Factory to create notification sources.
  • Method Details

    • createNotificationSource

      NotificationSource createNotificationSource(NotificationCallback callback)
      Creates a notification source.
      Parameters:
      callback - a callback that is supposed to be invoked after all interceptors are visited and the notification is ready to be transmitted to an event sink.
      Returns:
      a new NotificationSource.