Class ShardingConsumerController.Settings
java.lang.Object
org.apache.pekko.cluster.sharding.typed.delivery.ShardingConsumerController.Settings
- Enclosing class:
- ShardingConsumerController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninttoString()withBufferSize(int newBufferSize) withConsumerControllerSettings(ConsumerController.Settings newConsumerControllerSettings)
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
bufferSize
public int bufferSize() -
consumerControllerSettings
-
withBufferSize
-
withConsumerControllerSettings
public ShardingConsumerController.Settings withConsumerControllerSettings(ConsumerController.Settings newConsumerControllerSettings) -
toString
-