case object Confirmed extends Confirmed with Product with Serializable

When the message has been processed the consumer is supposed to send Confirmed back to the ConsumerController via the confirmTo in the Delivery message.

Source
ConsumerController.scala
Linear Supertypes
Serializable, Product, Equals, Confirmed, UnsealedInternalCommand, InternalCommand, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Confirmed
  2. Serializable
  3. Product
  4. Equals
  5. Confirmed
  6. UnsealedInternalCommand
  7. InternalCommand
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product