sealed
trait
Continue extends Ack
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
-
def
failed: Future[Throwable]
-
def
fallbackTo[U >: Ack](that: Future[U]): Future[U]
-
-
def
finalize(): Unit
-
-
def
foreach[U](f: (Ack) ⇒ U)(implicit executor: ExecutionContext): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
mapTo[S](implicit tag: ClassTag[S]): Future[S]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
transform[S](s: (Ack) ⇒ S, f: (Throwable) ⇒ Throwable)(implicit executor: ExecutionContext): Future[S]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
Acknowledgement of processing that signals upstream that the consumer is interested in receiving more events.