Package org.apache.pekko.remote
Class RemotingShutdownEvent$
java.lang.Object
org.apache.pekko.remote.RemotingShutdownEvent$
- All Implemented Interfaces:
Serializable,RemotingLifecycleEvent,scala.Equals,scala.Product
public class RemotingShutdownEvent$
extends Object
implements RemotingLifecycleEvent, scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RemotingShutdownEvent$Deprecated.Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.inthashCode()Deprecated.logLevel()Deprecated.intDeprecated.productElement(int x$1) Deprecated.scala.collection.Iterator<Object>Deprecated.Deprecated.toString()Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RemotingShutdownEvent$
public RemotingShutdownEvent$()Deprecated.
-
-
Method Details
-
logLevel
Deprecated.- Specified by:
logLevelin interfaceRemotingLifecycleEvent
-
toString
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
-
hashCode
public int hashCode()Deprecated.
-