Package org.apache.pekko.actor.typed
Class PreRestart$
java.lang.Object
org.apache.pekko.actor.typed.PreRestart
org.apache.pekko.actor.typed.PreRestart$
- All Implemented Interfaces:
Serializable,Signal,scala.Equals,scala.Product
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PreRestart$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()instance()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class org.apache.pekko.actor.typed.PreRestart
equals, productElementName, productElementNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PreRestart$
public PreRestart$()
-
-
Method Details
-
instance
- Overrides:
instancein classPreRestart
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classPreRestart
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classPreRestart
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classPreRestart
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classPreRestart
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classPreRestart
-
hashCode
public int hashCode()- Overrides:
hashCodein classPreRestart
-
toString
- Overrides:
toStringin classPreRestart
-