Subscribe
org.apache.pekko.cluster.ddata.Replicator$.Subscribe
final case class Subscribe[A <: ReplicatedData](key: Key[A], subscriber: ActorRef) extends ReplicatorMessage
Register a subscriber that will be notified with a Changed message when the value of the given key
is changed. Current value is also sent as a Changed message to a new subscriber.
Subscribers will be notified periodically with the configured notify-subscribers-interval
, and it is also possible to send an explicit FlushChanges
message to the Replicator
to notify the subscribers immediately.
The subscriber will automatically be unregistered if it is terminated.
If the key is deleted the subscriber is notified with a Deleted message.
Attributes
- Source
- Replicator.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait ReplicatorMessagetrait Serializableclass Objecttrait Matchableclass Any
Members list
In this article