Class ConsumerController.Confirmed$

java.lang.Object
org.apache.pekko.actor.typed.delivery.ConsumerController.Confirmed$
All Implemented Interfaces:
Serializable, ConsumerController.Confirmed, ConsumerControllerImpl.InternalCommand, ConsumerControllerImpl.UnsealedInternalCommand, scala.Equals, scala.Product
Enclosing class:
ConsumerController

public static class ConsumerController.Confirmed$ extends Object implements ConsumerController.Confirmed, scala.Product, Serializable
When the message has been processed the consumer is supposed to send Confirmed back to the ConsumerController via the confirmTo in the ConsumerController.Delivery message.
See Also:
  • Field Details

  • Constructor Details

    • Confirmed$

      public Confirmed$()
  • Method Details

    • productPrefix

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

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

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

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

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object