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 and Abstract methods

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

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

Attributes

Inherited from:
QueueOfferResult
Source
QueueOfferResult.scala