Package org.apache.pekko.remote
Class ThisActorSystemQuarantinedEvent
java.lang.Object
org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
- All Implemented Interfaces:
Serializable,RemotingLifecycleEvent,scala.Equals,scala.Product
public final class ThisActorSystemQuarantinedEvent
extends Object
implements RemotingLifecycleEvent, scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThisActorSystemQuarantinedEvent(Address localAddress, Address remoteAddress) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.inthashCode()Deprecated.Deprecated.logLevel()Deprecated.intDeprecated.productElement(int x$1) Deprecated.productElementName(int x$1) Deprecated.scala.collection.Iterator<Object>Deprecated.Deprecated.Deprecated.toString()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
-
ThisActorSystemQuarantinedEvent
Deprecated.
-
-
Method Details
-
apply
Deprecated. -
unapply
public static scala.Option<scala.Tuple2<Address,Address>> unapply(ThisActorSystemQuarantinedEvent x$0) Deprecated. -
localAddress
Deprecated. -
remoteAddress
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.
-