Packages

o

akka.stream

StreamRefAttributes

object StreamRefAttributes

Attributes for stream refs (akka.stream.SourceRef and akka.stream.SinkRef). Note that more attributes defined in Attributes and ActorAttributes.

Source
Attributes.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamRefAttributes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait StreamRefAttribute extends Attribute

    Attributes specific to stream refs.

  2. final case class SubscriptionTimeout(timeout: FiniteDuration) extends StreamRefAttribute with Product with Serializable

Value Members

  1. def subscriptionTimeout(timeout: FiniteDuration): Attributes

    Specifies the subscription timeout within which the remote side MUST subscribe to the handed out stream reference.