Packages

object Ack extends Serializable

Source
Ack.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ack
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class AckExtensions[Self <: Future[Ack]] extends AnyVal

    Helpers for dealing with synchronous Future[Ack] results, powered by macros.

Value Members

  1. case object Continue extends Ack with Product with Serializable

    Acknowledgement of processing that signals upstream that the consumer is interested in receiving more events.

  2. case object Stop extends Ack with Product with Serializable

    Acknowledgement of processing that signals to upstream that the consumer is no longer interested in receiving events.