| Package | Description |
|---|---|
| io.atomix.group.messaging |
| Modifier and Type | Method and Description |
|---|---|
MessageProducer.Delivery |
MessageProducer.Options.getDelivery()
Returns the producer delivery policy.
|
static MessageProducer.Delivery |
MessageProducer.Delivery.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageProducer.Delivery[] |
MessageProducer.Delivery.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MessageProducer.Options |
MessageProducer.Options.withDelivery(MessageProducer.Delivery delivery)
Sets the producer delivery policy.
|
Copyright © 2013–2017. All rights reserved.