Uses of Class
com.tailf.dp.DpNotifStream
Packages that use DpNotifStream
Package
Description
Data provider API package, for implementation of callbacks for validations,
actions, transformation etc.
-
Uses of DpNotifStream in com.tailf.dp
Methods in com.tailf.dp that return DpNotifStreamModifier and TypeMethodDescriptionDp.createNotifStream
(String name) Creates (and registers) a notifications stream with ConfD/NCS.Dp.createNotifStream
(String name, DpNotifReplayCallback replayCb) Creates (and registers) a notifications stream with ConfD/NCS.Dp.createNotifStream
(String name, DpNotifReplayCallback replayCb, Socket socket) Creates (and registers) a notifications stream with ConfD/NCS.DpNotifReplayThread.getNotifStream()
The Notification stream.Methods in com.tailf.dp with parameters of type DpNotifStreamModifier and TypeMethodDescriptionDpNotifReplayCallback.getLogAgedTime
(DpNotifStream stream) The callback is called by ConfD/NCS to find out the event time of the last notification aged out of the log, if any.DpNotifReplayCallback.getLogStartTime
(DpNotifStream stream) The callback is called by ConfD/NCS to find out the log's current start time, relevant for replay requests.void
DpNotifReplayCallback.replay
(DpNotifStream stream, ConfDatetime start, ConfDatetime stop) The replay() callback is called by ConfD/NCS to request replay.