public static interface Replayable.Controller extends Source
replay() send events describing the current state of the
original source to sinks.| Modifier and Type | Method and Description |
|---|---|
void |
replay()
Replay events describing the current state of the object being built
by the source.
|
void |
replay(String sourceId)
Same as
#replay(Sink) but you can set the id of the source
sent in events. |
addAttributeSink, addElementSink, addSink, clearAttributeSinks, clearElementSinks, clearSinks, removeAttributeSink, removeElementSink, removeSinkvoid replay()
void replay(String sourceId)
#replay(Sink) but you can set the id of the source
sent in events.sourceId - id of the event sourceCopyright © 2015. All rights reserved.