Package org.apache.pekko.remote
Interface AssociationEvent
-
- All Superinterfaces:
RemotingLifecycleEvent,java.io.Serializable
- All Known Implementing Classes:
AssociatedEvent,AssociationErrorEvent,DisassociatedEvent
public interface AssociationEvent extends RemotingLifecycleEvent
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringeventName()Deprecated.AddressgetLocalAddress()Deprecated.AddressgetRemoteAddress()Deprecated.booleaninbound()Deprecated.booleanisInbound()Deprecated.AddresslocalAddress()Deprecated.AddressremoteAddress()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from interface org.apache.pekko.remote.RemotingLifecycleEvent
logLevel
-
-
-
-
Method Detail
-
eventName
java.lang.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
java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-