Package org.apache.pekko.remote
Class QuarantinedEvent
java.lang.Object
org.apache.pekko.remote.QuarantinedEvent
- All Implemented Interfaces:
Serializable
,RemotingLifecycleEvent
,scala.Equals
,scala.Product
public final class QuarantinedEvent
extends Object
implements RemotingLifecycleEvent, scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()
Deprecated.static QuarantinedEvent
Deprecated.boolean
Deprecated.Deprecated.Deprecated.long
Deprecated.boolean
Deprecated.int
hashCode()
Deprecated.logLevel()
Deprecated.long
longUid()
Deprecated.int
Deprecated.productElement
(int x$1) Deprecated.productElementName
(int x$1) Deprecated.scala.collection.Iterator<Object>
Deprecated.Deprecated.toString()
Deprecated.unapply
(QuarantinedEvent x$0) Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
QuarantinedEvent
Deprecated.
-
-
Method Details
-
apply
Deprecated. -
unapply
Deprecated. -
address
Deprecated. -
longUid
public long longUid()Deprecated. -
logLevel
Deprecated.- Specified by:
logLevel
in interfaceRemotingLifecycleEvent
-
toString
Deprecated. -
copy
Deprecated. -
copy$default$1
Deprecated. -
copy$default$2
public long copy$default$2()Deprecated. -
productPrefix
Deprecated.- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()Deprecated.- Specified by:
productArity
in interfacescala.Product
-
productElement
Deprecated.- Specified by:
productElement
in interfacescala.Product
-
productIterator
Deprecated.- Specified by:
productIterator
in interfacescala.Product
-
canEqual
Deprecated.- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
Deprecated.- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-