object QueueOfferResult
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueueOfferResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- def dropped: QueueOfferResult
Java API: The
Dropped
singleton instance - def enqueued: QueueOfferResult
Java API: The
Enqueued
singleton instance - case object Dropped extends with Product with Serializable
Type is used to indicate that stream is dropped an element
- case object Enqueued extends with Product with Serializable
Type is used to indicate that stream is successfully enqueued an element
- case object QueueClosed extends with Product with Serializable
Type is used to indicate that stream is completed before call
Contains types that is used as return types for streams Source queues