Package org.apache.pekko.remote
Interface AssociationEvent
- All Superinterfaces:
RemotingLifecycleEvent,Serializable
- All Known Implementing Classes:
AssociatedEvent,AssociationErrorEvent,DisassociatedEvent
Deprecated.
Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
-
Method Summary
Methods inherited from interface org.apache.pekko.remote.RemotingLifecycleEvent
logLevel
-
Method Details
-
eventName
String eventName()Deprecated. -
getLocalAddress
Address getLocalAddress()Deprecated. -
getRemoteAddress
Address getRemoteAddress()Deprecated. -
inbound
boolean inbound()Deprecated. -
isInbound
boolean isInbound()Deprecated. -
localAddress
Address localAddress()Deprecated. -
remoteAddress
Address remoteAddress()Deprecated. -
toString
String toString()Deprecated.
-