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 Producttrait Equalstrait AssociationEventtrait RemotingLifecycleEventtrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- RemotingLifecycleEvent.scala
Inherited methods
Attributes
- Inherited from:
- AssociationEvent
- Source
- RemotingLifecycleEvent.scala
Attributes
- Inherited from:
- AssociationEvent
- Source
- RemotingLifecycleEvent.scala
Attributes
- Inherited from:
- AssociationEvent
- Source
- RemotingLifecycleEvent.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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
-
AssociationEvent -> Any
- Inherited from:
- AssociationEvent
- Source
- RemotingLifecycleEvent.scala
In this article