object QueueOfferResult
Contains types that is used as return types for async callbacks to streams
- Source
- QueueOfferResult.scala
- Alphabetic
- By Inheritance
- QueueOfferResult
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
final
case class
Failure
(cause: Throwable) extends QueueOfferResult with Product with Serializable
Type is used to indicate that stream is failed before or during call to the stream
Type is used to indicate that stream is failed before or during call to the stream
- cause
- exception that stream failed with
Value Members
-
def
dropped: QueueOfferResult
Java API: The
Enqueued
singleton instance -
def
enqueued: QueueOfferResult
Java API: The
Enqueued
singleton instance -
object
Dropped
extends QueueOfferResult with Product with Serializable
Type is used to indicate that stream is dropped an element
-
object
Enqueued
extends QueueOfferResult with Product with Serializable
Type is used to indicate that stream is successfully enqueued an element
-
object
QueueClosed
extends QueueOfferResult with Product with Serializable
Type is used to indicate that stream is completed before call