final class Settings extends AnyRef
- Source
- ShardingConsumerController.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 bufferSize: Int
- val consumerControllerSettings: actor.typed.delivery.ConsumerController.Settings
- def toString(): String
- Definition Classes
- Settings → AnyRef → Any
- def withBufferSize(newBufferSize: Int): Settings
- def withConsumerControllerSettings(newConsumerControllerSettings: actor.typed.delivery.ConsumerController.Settings): Settings