Package akka.remote

Class AssociationErrorEvent

  • All Implemented Interfaces:
    AssociationEvent, RemotingLifecycleEvent, java.io.Serializable, scala.Equals, scala.Product

    public final class AssociationErrorEvent
    extends java.lang.Object
    implements AssociationEvent, scala.Product, java.io.Serializable
    Deprecated.
    Classic remoting is deprecated, use Artery. Since 2.6.0.
    See Also:
    Serialized Form
    • Constructor Detail

      • AssociationErrorEvent

        public AssociationErrorEvent​(java.lang.Throwable cause,
                                     Address localAddress,
                                     Address remoteAddress,
                                     boolean inbound,
                                     Logging.LogLevel logLevel)
        Deprecated.
    • Method Detail

      • cause

        public java.lang.Throwable cause()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Specified by:
        toString in interface AssociationEvent
        Overrides:
        toString in class java.lang.Object
      • getCause

        public java.lang.Throwable getCause()
        Deprecated.
      • copy$default$1

        public java.lang.Throwable copy$default$1()
        Deprecated.
      • copy$default$2

        public Address copy$default$2()
        Deprecated.
      • copy$default$3

        public Address copy$default$3()
        Deprecated.
      • copy$default$4

        public boolean copy$default$4()
        Deprecated.
      • productPrefix

        public java.lang.String productPrefix()
        Deprecated.
        Specified by:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Deprecated.
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Deprecated.
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Deprecated.
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Deprecated.
        Specified by:
        canEqual in interface scala.Equals
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Deprecated.
        Specified by:
        productElementName in interface scala.Product
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Deprecated.
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object