SnapshotOffer

@SerialVersionUID(1L)
final case class SnapshotOffer(metadata: SnapshotMetadata, snapshot: Any)

Offers a PersistentActor a previously saved snapshot during recovery. This offer is received before any further replayed messages.

Source:
SnapshotProtocol.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product