Package org.apache.pekko.remote
Class RemotingShutdownEvent$
- java.lang.Object
-
- org.apache.pekko.remote.RemotingShutdownEvent$
-
- All Implemented Interfaces:
java.io.Serializable,RemotingLifecycleEvent,scala.Equals,scala.Product
public class RemotingShutdownEvent$ 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
-
-
Field Summary
Fields Modifier and Type Field Description static RemotingShutdownEvent$MODULE$Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RemotingShutdownEvent$()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)Deprecated.inthashCode()Deprecated.Logging.LogLevellogLevel()Deprecated.intproductArity()Deprecated.java.lang.ObjectproductElement(int x$1)Deprecated.scala.collection.Iterator<java.lang.Object>productIterator()Deprecated.java.lang.StringproductPrefix()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Field Detail
-
MODULE$
public static final RemotingShutdownEvent$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
logLevel
public Logging.LogLevel logLevel()
Deprecated.- Specified by:
logLevelin interfaceRemotingLifecycleEvent
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
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
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-