| Package | Description |
|---|---|
| org.axonframework.extensions.kafka |
| Modifier and Type | Method and Description |
|---|---|
KafkaProperties.EventProcessorMode |
KafkaProperties.Producer.getEventProcessorMode() |
KafkaProperties.EventProcessorMode |
KafkaProperties.Consumer.getEventProcessorMode() |
static KafkaProperties.EventProcessorMode |
KafkaProperties.EventProcessorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KafkaProperties.EventProcessorMode[] |
KafkaProperties.EventProcessorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaProperties.Producer.setEventProcessorMode(KafkaProperties.EventProcessorMode eventProcessorMode) |
void |
KafkaProperties.Consumer.setEventProcessorMode(KafkaProperties.EventProcessorMode eventProcessorMode) |
Copyright © 2010–2023. All rights reserved.