Provides Spring Integration Java DSL Components support for Apache Kafka.
-
Class Summary
Class |
Description |
AbstractKafkaChannelSpec<S extends AbstractKafkaChannelSpec<S,C>,C extends AbstractKafkaChannel> |
Spec for a message channel backed by an Apache Kafka topic.
|
Kafka |
Factory class for Apache Kafka components.
|
KafkaInboundChannelAdapterSpec<K,V> |
Spec for a polled Apache Kafka inbound channel adapter.
|
KafkaInboundGatewaySpec<K,V,R,S extends KafkaInboundGatewaySpec<K,V,R,S>> |
|
KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R> |
|
KafkaMessageDrivenChannelAdapterSpec<K,V,S extends KafkaMessageDrivenChannelAdapterSpec<K,V,S>> |
|
KafkaMessageDrivenChannelAdapterSpec.KafkaMessageDrivenChannelAdapterListenerContainerSpec<K,V> |
|
KafkaMessageListenerContainerSpec<K,V> |
A helper class in the Builder pattern style to delegate options to the
ConcurrentMessageListenerContainer .
|
KafkaOutboundGatewaySpec<K,V,R,S extends KafkaOutboundGatewaySpec<K,V,R,S>> |
|
KafkaOutboundGatewaySpec.KafkaGatewayMessageHandlerTemplateSpec<K,V,R> |
|
KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V,R> |
|
KafkaPointToPointChannelSpec |
Spec for a point to point channel backed by an Apache Kafka topic.
|
KafkaPollableChannelSpec |
Spec for a pollable channel.
|
KafkaProducerMessageHandlerSpec<K,V,S extends KafkaProducerMessageHandlerSpec<K,V,S>> |
|
KafkaProducerMessageHandlerSpec.KafkaProducerMessageHandlerTemplateSpec<K,V> |
|
KafkaPublishSubscribeChannelSpec |
Spec for a publish/subscribe channel backed by an Apache Kafka topic.
|
KafkaSubscribableChannelSpec<C extends SubscribableKafkaChannel> |
Spec for a subscribable channel.
|
KafkaTemplateSpec<K,V> |
|