Interface AssociationEvent

All Superinterfaces:
RemotingLifecycleEvent, 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 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.
      Overrides:
      toString in class Object