| Package | Description |
|---|---|
| io.axual.client.config |
| Modifier and Type | Field and Description |
|---|---|
protected DeliveryStrategy |
BaseProducerConfig.Builder.deliveryStrategy |
| Modifier and Type | Method and Description |
|---|---|
DeliveryStrategy |
BaseProducerConfig.getDeliveryStrategy()
Returns the delivery strategy the producer should implement.
|
DeliveryStrategy |
BaseConsumerConfig.getDeliveryStrategy()
Returns the delivery strategy the consumer should implement.
|
static DeliveryStrategy |
DeliveryStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryStrategy[] |
DeliveryStrategy.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.setDeliveryStrategy(DeliveryStrategy deliveryStrategy)
Sets the delivery strategy to be used by the producer.
|
T |
BaseConsumerConfig.Builder.setDeliveryStrategy(DeliveryStrategy deliveryStrategy)
Sets the strategy ot be used by the the consumer.
|
Copyright © 2020–2021 Axual B.V.. All rights reserved.