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 RemotingErrorEventapply(java.lang.Throwable cause)Deprecated.booleancanEqual(java.lang.Object x$1)Deprecated.java.lang.Throwablecause()Deprecated.RemotingErrorEventcopy(java.lang.Throwable cause)Deprecated.java.lang.Throwablecopy$default$1()Deprecated.booleanequals(java.lang.Object x$1)Deprecated.java.lang.ThrowablegetCause()Deprecated.inthashCode()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.java.lang.StringtoString()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:
logLevelin interfaceRemotingLifecycleEvent
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin 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:
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
-
-