trait StreamRefSettings extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamRefSettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def withBufferCapacity(value: Int): StreamRefSettings
- abstract def withDemandRedeliveryInterval(value: FiniteDuration): StreamRefSettings
- abstract def withSubscriptionTimeout(value: FiniteDuration): StreamRefSettings
- abstract def withTerminationReceivedBeforeCompletionLeeway(value: FiniteDuration): StreamRefSettings
- abstract def bufferCapacity: Int
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use attribute 'StreamRefAttributes.BufferCapacity' to read the concrete setting value
- abstract def demandRedeliveryInterval: FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use attribute 'StreamRefAttributes.DemandRedeliveryInterval' to read the concrete setting value
- abstract def finalTerminationSignalDeadline: FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use attribute 'StreamRefAttributes.FinalTerminationSignalDeadline' to read the concrete setting value
- abstract def subscriptionTimeout: FiniteDuration
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use attribute 'StreamRefAttributes.SubscriptionTimeout' to read the concrete setting value
Settings specific to SourceRef and SinkRef. More detailed documentation about each of the settings is available in
reference.conf
.