Package org.apache.pekko.remote
Class GracefulShutdownQuarantinedEvent
java.lang.Object
org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
- All Implemented Interfaces:
Serializable,RemotingLifecycleEvent,scala.Equals,scala.Product
public final class GracefulShutdownQuarantinedEvent
extends Object
implements RemotingLifecycleEvent, scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
The
uniqueAddress was quarantined but it was due to normal shutdown or cluster leaving/exiting.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGracefulShutdownQuarantinedEvent(UniqueAddress uniqueAddress, String reason) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionapply(UniqueAddress uniqueAddress, String reason) Deprecated.booleanDeprecated.copy(UniqueAddress uniqueAddress, String reason) Deprecated.Deprecated.Deprecated.booleanDeprecated.inthashCode()Deprecated.logLevel()Deprecated.intDeprecated.productElement(int x$1) Deprecated.productElementName(int x$1) Deprecated.scala.collection.Iterator<Object>Deprecated.Deprecated.reason()Deprecated.toString()Deprecated.static scala.Option<scala.Tuple2<UniqueAddress,String>> Deprecated.Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
GracefulShutdownQuarantinedEvent
Deprecated.
-
-
Method Details
-
apply
Deprecated. -
unapply
public static scala.Option<scala.Tuple2<UniqueAddress,String>> unapply(GracefulShutdownQuarantinedEvent x$0) Deprecated. -
uniqueAddress
Deprecated. -
reason
Deprecated. -
logLevel
Deprecated.- Specified by:
logLevelin interfaceRemotingLifecycleEvent
-
toString
Deprecated. -
copy
Deprecated. -
copy$default$1
Deprecated. -
copy$default$2
Deprecated. -
productPrefix
Deprecated.- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()Deprecated.- Specified by:
productArityin interfacescala.Product
-
productElement
Deprecated.- Specified by:
productElementin interfacescala.Product
-
productIterator
Deprecated.- Specified by:
productIteratorin interfacescala.Product
-
canEqual
Deprecated.- Specified by:
canEqualin interfacescala.Equals
-
productElementName
Deprecated.- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-