QuarantinedEvent

org.apache.pekko.remote.QuarantinedEvent
See theQuarantinedEvent companion object
final case class QuarantinedEvent(address: Address, longUid: Long) extends RemotingLifecycleEvent

Attributes

Companion
object
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

Deprecated constructors

def this(address: Address, uid: Int)

Attributes

Deprecated
true
Source
RemotingLifecycleEvent.scala

Concrete methods

override def logLevel: LogLevel

Attributes

Definition Classes
Source
RemotingLifecycleEvent.scala

Deprecated methods

def uid: Int

Attributes

Deprecated
true
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