case object LoadAll extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- LoadAll
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Request to load all entries.
It must reply with 0 or more
LoadData
messages followed by oneLoadAllCompleted
message to thesender
(theReplicator
).If the
LoadAll
fails it can throwLoadFailed
and theReplicator
supervisor will stop itself and the durable store.