Class ConsumerController.Start<A>

java.lang.Object
org.apache.pekko.actor.typed.delivery.ConsumerController.Start<A>
All Implemented Interfaces:
Serializable, ConsumerController.Command<A>, ConsumerControllerImpl.InternalCommand, ConsumerControllerImpl.UnsealedInternalCommand, scala.Equals, scala.Product
Enclosing class:
ConsumerController

public static final class ConsumerController.Start<A> extends Object implements ConsumerController.Command<A>, scala.Product, Serializable
Initial message from the consumer actor. The deliverTo is typically constructed as a message adapter to map the ConsumerController.Delivery to the protocol of the consumer actor.

If the consumer is restarted it should send a new Start message to the ConsumerController.

See Also:
  • Constructor Details

  • Method Details

    • deliverTo

      public ActorRef<ConsumerController.Delivery<A>> deliverTo()
    • copy

      public <A> ConsumerController.Start<A> copy(ActorRef<ConsumerController.Delivery<A>> deliverTo)
    • copy$default$1

      public <A> ActorRef<ConsumerController.Delivery<A>> copy$default$1()
    • 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
    • productElementName

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

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

      public String toString()
      Overrides:
      toString in class Object
    • equals

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