QueueCompletionResult

org.apache.pekko.stream.QueueCompletionResult
@DoNotInherit
sealed abstract class QueueCompletionResult extends QueueOfferResult

Not for user extension

Attributes

Source
QueueOfferResult.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Failure
object QueueClosed

Members list

Value members

Inherited methods

Return ture if the element was already enqueued, otherwise false.

Return ture if the element was already enqueued, otherwise false.

Attributes

Inherited from:
QueueOfferResult
Source
QueueOfferResult.scala