| Package | Description |
|---|---|
| io.axual.client.config |
| Modifier and Type | Field and Description |
|---|---|
protected OrderingStrategy |
BaseProducerConfig.Builder.orderingStrategy |
| Modifier and Type | Method and Description |
|---|---|
OrderingStrategy |
BaseProducerConfig.getOrderingStrategy()
Returns the ordering strategy the producer should implement.
|
static OrderingStrategy |
OrderingStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrderingStrategy[] |
OrderingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseProducerConfig.Builder.setOrderingStrategy(OrderingStrategy orderingStrategy)
Sets the ordering strategy to be used by the producer.
|
Copyright © 2020–2021 Axual B.V.. All rights reserved.