GracefulShutdownQuarantinedEvent

org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
final case class GracefulShutdownQuarantinedEvent(uniqueAddress: UniqueAddress, reason: String) extends RemotingLifecycleEvent

The uniqueAddress was quarantined but it was due to normal shutdown or cluster leaving/exiting.

Attributes

Deprecated
true
Source
RemotingLifecycleEvent.scala
Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def logLevel: LogLevel

Attributes

Definition Classes
Source
RemotingLifecycleEvent.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Source
RemotingLifecycleEvent.scala