AssociatedEvent

org.apache.pekko.remote.AssociatedEvent
final case class AssociatedEvent(localAddress: Address, remoteAddress: Address, inbound: Boolean) extends AssociationEvent

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:
AssociationEvent
Source
RemotingLifecycleEvent.scala

Attributes

Inherited from:
AssociationEvent
Source
RemotingLifecycleEvent.scala
final def isInbound: Boolean

Attributes

Inherited from:
AssociationEvent
Source
RemotingLifecycleEvent.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def 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.

Definition Classes
Inherited from:
AssociationEvent
Source
RemotingLifecycleEvent.scala