Class Replicator.Unsubscribe$
java.lang.Object
org.apache.pekko.cluster.ddata.typed.javadsl.Replicator.Unsubscribe$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Replicator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Replicator.Unsubscribe$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends ReplicatedData>
Replicator.Unsubscribe<A>apply(Key<A> key, ActorRef<Replicator.SubscribeResponse<A>> subscriber) final StringtoString()<A extends ReplicatedData>
scala.Option<scala.Tuple2<Key<A>,ActorRef<Replicator.SubscribeResponse<A>>>> unapply(Replicator.Unsubscribe<A> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Unsubscribe$
public Unsubscribe$()
-
-
Method Details
-
toString
-
apply
public <A extends ReplicatedData> Replicator.Unsubscribe<A> apply(Key<A> key, ActorRef<Replicator.SubscribeResponse<A>> subscriber) -
unapply
public <A extends ReplicatedData> scala.Option<scala.Tuple2<Key<A>,ActorRef<Replicator.SubscribeResponse<A>>>> unapply(Replicator.Unsubscribe<A> x$0)
-