Packages

trait StreamRefSettings extends AnyRef

Settings specific to SourceRef and SinkRef. More detailed documentation about each of the settings is available in reference.conf.

Annotations
@DoNotInherit()
Source
StreamRefSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamRefSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def bufferCapacity: Int
  2. abstract def demandRedeliveryInterval: FiniteDuration
  3. abstract def finalTerminationSignalDeadline: FiniteDuration
  4. abstract def subscriptionTimeout: FiniteDuration
  5. abstract def withBufferCapacity(value: Int): StreamRefSettings
  6. abstract def withDemandRedeliveryInterval(value: FiniteDuration): StreamRefSettings
  7. abstract def withSubscriptionTimeout(value: FiniteDuration): StreamRefSettings
  8. abstract def withTerminationReceivedBeforeCompletionLeeway(value: FiniteDuration): StreamRefSettings