QuarantinedEvent

org.apache.pekko.remote.QuarantinedEvent$
See theQuarantinedEvent companion class

Attributes

Companion
class
Deprecated
true
Source
RemotingLifecycleEvent.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Deprecated methods

def apply(address: Address, uid: Int): QuarantinedEvent

Attributes

Deprecated
true
Source
RemotingLifecycleEvent.scala

Inherited methods

def curried: T1 => T2 => R

Attributes

Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2