QueueOfferResult

org.apache.pekko.stream.QueueOfferResult
See theQueueOfferResult companion class

Contains types that is used as return types for streams Source queues

Attributes

Companion
class
Source
QueueOfferResult.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Dropped extends QueueOfferResult

Type is used to indicate that stream is dropped an element

Type is used to indicate that stream is dropped an element

Attributes

Source
QueueOfferResult.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Dropped.type
case object Enqueued extends QueueOfferResult

Type is used to indicate that stream is successfully enqueued an element

Type is used to indicate that stream is successfully enqueued an element

Attributes

Source
QueueOfferResult.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Enqueued.type
final case class Failure(cause: Throwable) extends QueueCompletionResult

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

Value parameters

cause
  • exception that stream failed with

Attributes

Source
QueueOfferResult.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object QueueClosed extends QueueCompletionResult

Type is used to indicate that stream is completed before call

Type is used to indicate that stream is completed before call

Attributes

Source
QueueOfferResult.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Java API: The QueueClosed singleton instance

Java API: The QueueClosed singleton instance

Attributes

Since

1.1.0

Source
QueueOfferResult.scala

Java API: The Dropped singleton instance

Java API: The Dropped singleton instance

Attributes

Source
QueueOfferResult.scala

Java API: The Enqueued singleton instance

Java API: The Enqueued singleton instance

Attributes

Source
QueueOfferResult.scala