Package org.apache.pekko.remote
Class AssociationErrorEvent
java.lang.Object
org.apache.pekko.remote.AssociationErrorEvent
- All Implemented Interfaces:
Serializable,AssociationEvent,RemotingLifecycleEvent,scala.Equals,scala.Product
public final class AssociationErrorEvent
extends Object
implements AssociationEvent, scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociationErrorEvent(Throwable cause, Address localAddress, Address remoteAddress, boolean inbound, Logging.LogLevel logLevel) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic AssociationErrorEventapply(Throwable cause, Address localAddress, Address remoteAddress, boolean inbound, Logging.LogLevel logLevel) Deprecated.booleanDeprecated.cause()Deprecated.copy(Throwable cause, Address localAddress, Address remoteAddress, boolean inbound, Logging.LogLevel logLevel) Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.Deprecated.booleanDeprecated.protected StringDeprecated.getCause()Deprecated.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.toString()Deprecated.static scala.Option<scala.Tuple5<Throwable,Address, Address, Object, Logging.LogLevel>> Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.remote.AssociationEvent
getLocalAddress, getRemoteAddress, isInboundMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
AssociationErrorEvent
public AssociationErrorEvent(Throwable cause, Address localAddress, Address remoteAddress, boolean inbound, Logging.LogLevel logLevel) Deprecated.
-
-
Method Details
-
apply
public static AssociationErrorEvent apply(Throwable cause, Address localAddress, Address remoteAddress, boolean inbound, Logging.LogLevel logLevel) Deprecated. -
unapply
public static scala.Option<scala.Tuple5<Throwable,Address, unapplyAddress, Object, Logging.LogLevel>> (AssociationErrorEvent x$0) Deprecated. -
cause
Deprecated. -
localAddress
Deprecated.- Specified by:
localAddressin interfaceAssociationEvent
-
remoteAddress
Deprecated.- Specified by:
remoteAddressin interfaceAssociationEvent
-
inbound
public boolean inbound()Deprecated.- Specified by:
inboundin interfaceAssociationEvent
-
logLevel
Deprecated.- Specified by:
logLevelin interfaceRemotingLifecycleEvent
-
eventName
Deprecated.- Specified by:
eventNamein interfaceAssociationEvent
-
toString
Deprecated.- Specified by:
toStringin interfaceAssociationEvent- Overrides:
toStringin classObject
-
getCause
Deprecated. -
copy
public AssociationErrorEvent copy(Throwable cause, Address localAddress, Address remoteAddress, boolean inbound, Logging.LogLevel logLevel) Deprecated. -
copy$default$1
Deprecated. -
copy$default$2
Deprecated. -
copy$default$3
Deprecated. -
copy$default$4
public boolean copy$default$4()Deprecated. -
copy$default$5
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.
-