- All Implemented Interfaces:
- EndpointComponent, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
public class KafkaEndpointComponent
extends AbstractEndpointComponent
Kafka endpoint component is able to create kafka endpoint from endpoint uri with parameters. Depending on uri creates a
synchronous or asynchronous endpoint on a queue or topic destination.
Further endpoint parameters such as connectionFactory get passed to the endpoint configuration.
- Since:
- 2.8
- Author:
- Christoph Deppisch