Package org.apache.pekko.remote
Class ThisActorSystemQuarantinedEvent
- java.lang.Object
-
- org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
-
- All Implemented Interfaces:
java.io.Serializable,RemotingLifecycleEvent,scala.Equals,scala.Product
public final class ThisActorSystemQuarantinedEvent extends java.lang.Object implements RemotingLifecycleEvent, scala.Product, java.io.Serializable
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThisActorSystemQuarantinedEvent(Address localAddress, Address remoteAddress)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ThisActorSystemQuarantinedEventapply(Address localAddress, Address remoteAddress)Deprecated.booleancanEqual(java.lang.Object x$1)Deprecated.ThisActorSystemQuarantinedEventcopy(Address localAddress, Address remoteAddress)Deprecated.Addresscopy$default$1()Deprecated.Addresscopy$default$2()Deprecated.booleanequals(java.lang.Object x$1)Deprecated.inthashCode()Deprecated.AddresslocalAddress()Deprecated.Logging.LogLevellogLevel()Deprecated.intproductArity()Deprecated.java.lang.ObjectproductElement(int x$1)Deprecated.java.lang.StringproductElementName(int x$1)Deprecated.scala.collection.Iterator<java.lang.Object>productIterator()Deprecated.java.lang.StringproductPrefix()Deprecated.AddressremoteAddress()Deprecated.java.lang.StringtoString()Deprecated.static scala.Option<scala.Tuple2<Address,Address>>unapply(ThisActorSystemQuarantinedEvent x$0)Deprecated.
-
-
-
Method Detail
-
apply
public static ThisActorSystemQuarantinedEvent apply(Address localAddress, Address remoteAddress)
Deprecated.
-
unapply
public static scala.Option<scala.Tuple2<Address,Address>> unapply(ThisActorSystemQuarantinedEvent x$0)
Deprecated.
-
localAddress
public Address localAddress()
Deprecated.
-
remoteAddress
public Address remoteAddress()
Deprecated.
-
logLevel
public Logging.LogLevel logLevel()
Deprecated.- Specified by:
logLevelin interfaceRemotingLifecycleEvent
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
copy
public ThisActorSystemQuarantinedEvent copy(Address localAddress, Address remoteAddress)
Deprecated.
-
copy$default$1
public Address copy$default$1()
Deprecated.
-
copy$default$2
public Address copy$default$2()
Deprecated.
-
productPrefix
public java.lang.String productPrefix()
Deprecated.- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
Deprecated.- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
Deprecated.- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
Deprecated.- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
Deprecated.- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
Deprecated.- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
Deprecated.- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-