Package akka.actor

Class Kill$

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

    public class Kill$
    extends Kill
    implements scala.Product, java.io.Serializable
    A message all Actors will understand, that when processed will make the Actor throw an ActorKilledException, which will trigger supervision.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Kill$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Kill$()  
    • Field Detail

      • MODULE$

        public static final Kill$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Kill$

        public Kill$()
    • Method Detail

      • getInstance

        public Kill$ getInstance()
        Java API: get the singleton instance
        Overrides:
        getInstance in class Kill
      • productPrefix

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

        public int productArity()
        Specified by:
        productArity in interface scala.Product
        Overrides:
        productArity in class Kill
      • productElement

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

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

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
        Overrides:
        canEqual in class Kill
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Kill
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Kill