Package | Description |
---|---|
com.tailf.dp |
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
|
Modifier and Type | Method and Description |
---|---|
DpNotifReplayCallback |
DpNotifStream.getReplayCb()
The replay callback
|
Modifier and Type | Method and Description |
---|---|
DpNotifStream |
Dp.createNotifStream(String name,
DpNotifReplayCallback replayCb)
Creates (and registers) a notifications stream with ConfD/NCS.
|
DpNotifStream |
Dp.createNotifStream(String name,
DpNotifReplayCallback replayCb,
Socket socket)
Creates (and registers) a notifications stream with ConfD/NCS.
|