@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface KafkaEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KafkaEndpointBuilderFactory.AdvancedKafkaEndpointBuilder
Advanced builder for endpoint for the Kafka component.
|
static interface |
KafkaEndpointBuilderFactory.AdvancedKafkaEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Kafka component.
|
static interface |
KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder
Advanced builder for endpoint producers for the Kafka component.
|
static interface |
KafkaEndpointBuilderFactory.KafkaBuilders |
static interface |
KafkaEndpointBuilderFactory.KafkaEndpointBuilder
Builder for endpoint for the Kafka component.
|
static interface |
KafkaEndpointBuilderFactory.KafkaEndpointConsumerBuilder
Builder for endpoint consumers for the Kafka component.
|
static interface |
KafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder
Builder for endpoint producers for the Kafka component.
|
| Modifier and Type | Method and Description |
|---|---|
static KafkaEndpointBuilderFactory.KafkaEndpointBuilder |
kafka(String path)
Kafka (camel-kafka)
The kafka component allows messages to be sent to (or consumed from)
Apache Kafka brokers.
|
static KafkaEndpointBuilderFactory.KafkaEndpointBuilder kafka(String path)
kafka:topic
Path parameter: topic (required)
Name of the topic to use. On the consumer you can use comma to separate
multiple topics. A producer can only send a message to a single topic.Apache Camel