Package | Description |
---|---|
org.axonframework.boot.autoconfig | |
org.axonframework.kafka.eventhandling.producer |
Modifier and Type | Method and Description |
---|---|
ConfirmationMode |
KafkaProperties.Publisher.getConfirmationMode() |
Modifier and Type | Method and Description |
---|---|
void |
KafkaProperties.Publisher.setConfirmationMode(ConfirmationMode confirmationMode) |
Modifier and Type | Method and Description |
---|---|
default ConfirmationMode |
ProducerFactory.confirmationMode()
What sort of producers to generate.
|
ConfirmationMode |
DefaultProducerFactory.confirmationMode()
Confirmation mode for all producer instances.
|
static ConfirmationMode |
ConfirmationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfirmationMode[] |
ConfirmationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DefaultProducerFactory.Builder<K,V> |
DefaultProducerFactory.Builder.withConfirmationMode(ConfirmationMode confirmationMode)
Mode for producing
Producer . |
Copyright © 2010–2018. All rights reserved.