Class PoisonPill

  • All Implemented Interfaces:
    Signal
    Direct Known Subclasses:
    PoisonPill$

    public abstract class PoisonPill
    extends java.lang.Object
    implements Signal
    INTERNAL API

    Note that this is a Signal poison pill, not a universal poison pill like the untyped actor one. This requires special handling on the receiving side where it is used (for example with the interceptor below).

    • Constructor Detail

      • PoisonPill

        public PoisonPill()
    • Method Detail

      • productPrefix

        public static java.lang.String productPrefix()
      • productArity

        public static int productArity()
      • productElement

        public static java.lang.Object productElement​(int x$1)
      • productIterator

        public static scala.collection.Iterator<java.lang.Object> productIterator()
      • canEqual

        public static boolean canEqual​(java.lang.Object x$1)
      • hashCode

        public static int hashCode()
      • toString

        public static java.lang.String toString()
      • equals

        public abstract static boolean equals​(java.lang.Object that)