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
Type Hierarchy
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. Protected

Abstract Value Members

  1. abstract def withBufferCapacity(value: Int): StreamRefSettings
  2. abstract def withDemandRedeliveryInterval(value: FiniteDuration): StreamRefSettings
  3. abstract def withSubscriptionTimeout(value: FiniteDuration): StreamRefSettings
  4. abstract def withTerminationReceivedBeforeCompletionLeeway(value: FiniteDuration): StreamRefSettings
  5. abstract def bufferCapacity: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use attribute 'StreamRefAttributes.BufferCapacity' to read the concrete setting value

  6. abstract def demandRedeliveryInterval: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use attribute 'StreamRefAttributes.DemandRedeliveryInterval' to read the concrete setting value

  7. abstract def finalTerminationSignalDeadline: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use attribute 'StreamRefAttributes.FinalTerminationSignalDeadline' to read the concrete setting value

  8. abstract def subscriptionTimeout: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Use attribute 'StreamRefAttributes.SubscriptionTimeout' to read the concrete setting value