Package akka.remote

Class QuarantinedEvent

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

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

      • QuarantinedEvent

        public QuarantinedEvent​(Address address,
                                long longUid)
        Deprecated.
      • QuarantinedEvent

        public QuarantinedEvent​(Address address,
                                int uid)
        Deprecated.
        Use long uid constructor. Since 2.4.x.
    • Method Detail

      • apply

        public static QuarantinedEvent apply​(Address address,
                                             int uid)
        Deprecated.
        Use long uid apply. Since 2.4.x.
      • unapply

        public static scala.Option<scala.Tuple2<Address,​java.lang.Object>> unapply​(QuarantinedEvent x$0)
        Deprecated.
      • address

        public Address address()
        Deprecated.
      • longUid

        public long longUid()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • uid

        public int uid()
        Deprecated.
        Use long uid. Since 2.4.x.
      • copy$default$1

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

        public long copy$default$2()
        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