Interface Notifications.NotificationBuilder<R>
-
- Enclosing class:
- Notifications
public static interface Notifications.NotificationBuilder<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SegmentAwarePublisherSupplier.NotificationWithLost<R>
segmentComplete(int segment)
SegmentAwarePublisherSupplier.NotificationWithLost<R>
segmentLost(int segment)
SegmentAwarePublisherSupplier.NotificationWithLost<R>
value(R value, int segment)
-
-
-
Method Detail
-
value
SegmentAwarePublisherSupplier.NotificationWithLost<R> value(R value, int segment)
-
segmentComplete
SegmentAwarePublisherSupplier.NotificationWithLost<R> segmentComplete(int segment)
-
segmentLost
SegmentAwarePublisherSupplier.NotificationWithLost<R> segmentLost(int segment)
-
-