public class NotifierFactory
extends java.lang.Object
Observable
Constructor and Description |
---|
NotifierFactory(NotificationSystem notificationSystem,
StateSynchronizer<io.pravega.client.stream.impl.ReaderGroupState> synchronizer) |
Modifier and Type | Method and Description |
---|---|
EndOfDataNotifier |
getEndOfDataNotifier(java.util.concurrent.ScheduledExecutorService executor) |
SegmentNotifier |
getSegmentNotifier(java.util.concurrent.ScheduledExecutorService executor) |
public NotifierFactory(NotificationSystem notificationSystem, StateSynchronizer<io.pravega.client.stream.impl.ReaderGroupState> synchronizer)
public SegmentNotifier getSegmentNotifier(java.util.concurrent.ScheduledExecutorService executor)
public EndOfDataNotifier getEndOfDataNotifier(java.util.concurrent.ScheduledExecutorService executor)