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 Details

    • MODULE$

      public static final RemotingShutdownEvent$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • RemotingShutdownEvent$

      public RemotingShutdownEvent$()
      Deprecated.
  • Method Details

    • logLevel

      public Logging.LogLevel logLevel()
      Deprecated.
      Specified by:
      logLevel in interface RemotingLifecycleEvent
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • productPrefix

      public String productPrefix()
      Deprecated.
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Deprecated.
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Deprecated.
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Deprecated.
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Deprecated.
      Specified by:
      canEqual in interface scala.Equals
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object