| Modifier and Type | Method and Description |
|---|---|
HashingScheme |
ProducerParams.getHashingScheme() |
static HashingScheme |
HashingScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashingScheme[] |
HashingScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerBuilder |
ProducerBuilder.hashingScheme(HashingScheme hashingScheme) |
| Constructor and Description |
|---|
ProducerParams(Long producerId,
Topic topic,
String producerName,
Boolean enableBatching,
Integer batchingMaxMessages,
TimeUnit batchingMaxPublishDelayUnit,
Long batchingMaxPublishDelayValue,
Integer maxPendingMessages,
Map<String,String> properties,
HashingScheme hashingScheme,
TimeUnit sendTimeoutUnit,
Integer sendTimeoutValue) |
Copyright © 2019-2021, TurtleQueue All Rights Reserved. Use is subject to license terms.