Package org.apache.pekko.cluster.typed
Class SelfRemoved
java.lang.Object
org.apache.pekko.cluster.typed.SelfRemoved
- All Implemented Interfaces:
Serializable,DeadLetterSuppression,ClusterEvent.ClusterDomainEvent,scala.Equals,scala.Product
public final class SelfRemoved
extends Object
implements ClusterEvent.ClusterDomainEvent, scala.Product, Serializable
Subscribe to this node being removed from the cluster. If the node was already removed from the cluster
when this subscription is created it will be responded to immediately from the subscriptions actor.
Note: Only emitted for the typed cluster.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SelfRemovedapply(MemberStatus previousStatus) booleancopy(MemberStatus previousStatus) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<MemberStatus>unapply(SelfRemoved x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
SelfRemoved
-
-
Method Details
-
apply
-
unapply
-
previousStatus
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-