Package org.apache.pekko.remote
Class AssociatedEvent
java.lang.Object
org.apache.pekko.remote.AssociatedEvent
- All Implemented Interfaces:
Serializable,AssociationEvent,RemotingLifecycleEvent,scala.Equals,scala.Product
public final class AssociatedEvent
extends Object
implements AssociationEvent, scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociatedEvent(Address localAddress, Address remoteAddress, boolean inbound) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic AssociatedEventDeprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.protected StringDeprecated.inthashCode()Deprecated.booleaninbound()Deprecated.Deprecated.logLevel()Deprecated.intDeprecated.productElement(int x$1) Deprecated.productElementName(int x$1) Deprecated.scala.collection.Iterator<Object>Deprecated.Deprecated.Deprecated.static final StringtoString()Deprecated.unapply(AssociatedEvent x$0) Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.remote.AssociationEvent
getLocalAddress, getRemoteAddress, isInbound, toStringMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
AssociatedEvent
Deprecated.
-
-
Method Details
-
toString
Deprecated. -
apply
Deprecated. -
unapply
Deprecated. -
localAddress
Deprecated.- Specified by:
localAddressin interfaceAssociationEvent
-
remoteAddress
Deprecated.- Specified by:
remoteAddressin interfaceAssociationEvent
-
inbound
public boolean inbound()Deprecated.- Specified by:
inboundin interfaceAssociationEvent
-
eventName
Deprecated.- Specified by:
eventNamein interfaceAssociationEvent
-
logLevel
Deprecated.- Specified by:
logLevelin interfaceRemotingLifecycleEvent
-
copy
Deprecated. -
copy$default$1
Deprecated. -
copy$default$2
Deprecated. -
copy$default$3
public boolean copy$default$3()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.
-