Package org.apache.pekko.remote
Class RemotingErrorEvent
- java.lang.Object
-
- org.apache.pekko.remote.RemotingErrorEvent
-
- All Implemented Interfaces:
java.io.Serializable
,RemotingLifecycleEvent
,scala.Equals
,scala.Product
public final class RemotingErrorEvent 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 RemotingErrorEvent(java.lang.Throwable cause)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RemotingErrorEvent
apply(java.lang.Throwable cause)
Deprecated.boolean
canEqual(java.lang.Object x$1)
Deprecated.java.lang.Throwable
cause()
Deprecated.RemotingErrorEvent
copy(java.lang.Throwable cause)
Deprecated.java.lang.Throwable
copy$default$1()
Deprecated.boolean
equals(java.lang.Object x$1)
Deprecated.java.lang.Throwable
getCause()
Deprecated.int
hashCode()
Deprecated.Logging.LogLevel
logLevel()
Deprecated.int
productArity()
Deprecated.java.lang.Object
productElement(int x$1)
Deprecated.java.lang.String
productElementName(int x$1)
Deprecated.scala.collection.Iterator<java.lang.Object>
productIterator()
Deprecated.java.lang.String
productPrefix()
Deprecated.java.lang.String
toString()
Deprecated.static scala.Option<java.lang.Throwable>
unapply(RemotingErrorEvent x$0)
Deprecated.
-
-
-
Method Detail
-
apply
public static RemotingErrorEvent apply(java.lang.Throwable cause)
Deprecated.
-
unapply
public static scala.Option<java.lang.Throwable> unapply(RemotingErrorEvent x$0)
Deprecated.
-
cause
public java.lang.Throwable cause()
Deprecated.
-
getCause
public java.lang.Throwable getCause()
Deprecated.
-
logLevel
public Logging.LogLevel logLevel()
Deprecated.- Specified by:
logLevel
in interfaceRemotingLifecycleEvent
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
copy
public RemotingErrorEvent copy(java.lang.Throwable cause)
Deprecated.
-
copy$default$1
public java.lang.Throwable copy$default$1()
Deprecated.
-
productPrefix
public java.lang.String productPrefix()
Deprecated.- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
Deprecated.- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
Deprecated.- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
Deprecated.- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
Deprecated.- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
Deprecated.- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
Deprecated.- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-