object QueueOfferResult
Contains types that is used as return types for streams Source queues
- Source
- QueueOfferResult.scala
- Alphabetic
- By Inheritance
- QueueOfferResult
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class Failure(cause: Throwable) extends QueueCompletionResult 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 closed: QueueOfferResult
Java API: The
QueueClosed
singleton instanceJava API: The
QueueClosed
singleton instance- Since
1.1.0
- def dropped: QueueOfferResult
Java API: The
Dropped
singleton instance - def enqueued: QueueOfferResult
Java API: The
Enqueued
singleton instance - case object Dropped extends QueueOfferResult with Product with Serializable
Type is used to indicate that stream is dropped an element
- case object Enqueued extends QueueOfferResult with Product with Serializable
Type is used to indicate that stream is successfully enqueued an element
- case object QueueClosed extends QueueCompletionResult with Product with Serializable
Type is used to indicate that stream is completed before call