public interface SnapshotProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
channelName()
The name of the subscribable messaging channel.
|
java.util.stream.Stream<? extends Message<?>> |
snapshot(java.lang.String entityId)
Returns a stream containing all Messages required to get
the most current snapshot for the entity that is identified
by the given entityId
|
java.lang.String channelName()
java.util.stream.Stream<? extends Message<?>> snapshot(java.lang.String entityId)
entityId - the identifier used to select a single entity.