Failure

org.apache.pekko.stream.QueueOfferResult.Failure
final case class Failure(cause: Throwable) extends QueueCompletionResult

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def isEnqueued: Boolean

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

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

Attributes

Definition Classes
Source
QueueOfferResult.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product