final class Settings extends AnyRef
- Source
- ProducerController.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Settings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val chunkLargeMessagesBytes: Int
- val durableQueueRequestTimeout: FiniteDuration
- val durableQueueResendFirstInterval: FiniteDuration
- val durableQueueRetryAttempts: Int
- def getDurableQueueRequestTimeout(): Duration
Java API
- def toString(): String
- Definition Classes
- Settings → AnyRef → Any
- def withChunkLargeMessagesBytes(newChunkLargeMessagesBytes: Int): Settings
- def withDurableQueueRequestTimeout(newDurableQueueRequestTimeout: Duration): Settings
Java API
- def withDurableQueueRequestTimeout(newDurableQueueRequestTimeout: FiniteDuration): Settings
Scala API
- def withDurableQueueResendFirstInterval(newDurableQueueResendFirstInterval: Duration): Settings
Java API
- def withDurableQueueResendFirstInterval(newDurableQueueResendFirstInterval: FiniteDuration): Settings
Scala API
- def withDurableQueueRetryAttempts(newDurableQueueRetryAttempts: Int): Settings