Class GracefulShutdownQuarantinedEvent

java.lang.Object
org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
All Implemented Interfaces:
Serializable, RemotingLifecycleEvent, scala.Equals, scala.Product

public final class GracefulShutdownQuarantinedEvent extends Object implements RemotingLifecycleEvent, scala.Product, Serializable
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
The uniqueAddress was quarantined but it was due to normal shutdown or cluster leaving/exiting.
See Also:
  • Constructor Details

    • GracefulShutdownQuarantinedEvent

      public GracefulShutdownQuarantinedEvent(UniqueAddress uniqueAddress, String reason)
      Deprecated.
  • Method Details

    • apply

      public static GracefulShutdownQuarantinedEvent apply(UniqueAddress uniqueAddress, String reason)
      Deprecated.
    • unapply

      public static scala.Option<scala.Tuple2<UniqueAddress,String>> unapply(GracefulShutdownQuarantinedEvent x$0)
      Deprecated.
    • uniqueAddress

      public UniqueAddress uniqueAddress()
      Deprecated.
    • reason

      public String reason()
      Deprecated.
    • logLevel

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

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

      public GracefulShutdownQuarantinedEvent copy(UniqueAddress uniqueAddress, String reason)
      Deprecated.
    • copy$default$1

      public UniqueAddress copy$default$1()
      Deprecated.
    • copy$default$2

      public String copy$default$2()
      Deprecated.
    • 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
    • productElementName

      public String productElementName(int x$1)
      Deprecated.
      Specified by:
      productElementName in interface scala.Product
    • hashCode

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

      public boolean equals(Object x$1)
      Deprecated.
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object