All Classes
| Class | Description |
|---|---|
| AbstractKafkaChannel |
Abstract MessageChannel backed by an Apache Kafka topic.
|
| 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.
|
| KafkaChannelParser |
Parser for a channel backed by an Apache Kafka topic.
|
| KafkaInboundChannelAdapterParser |
Parser for the inbound channel adapter.
|
| KafkaInboundChannelAdapterSpec<K,V> |
Spec for a polled Apache Kafka inbound channel adapter.
|
| KafkaInboundGateway<K,V,R> |
Inbound gateway.
|
| KafkaInboundGatewayParser |
Inbound gateway parser.
|
| KafkaInboundGatewaySpec<K,V,R,S extends KafkaInboundGatewaySpec<K,V,R,S>> |
A
MessagingGatewaySpec implementation for the KafkaInboundGateway. |
| KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R> |
A
ConcurrentMessageListenerContainer
configuration KafkaInboundGatewaySpec extension. |
| KafkaIntegrationHeaders |
Headers specifically for Spring Integration components.
|
| KafkaMessageDrivenChannelAdapter<K,V> |
Message-driven channel adapter.
|
| KafkaMessageDrivenChannelAdapter.ListenerMode |
The listener mode for the container, record or batch.
|
| KafkaMessageDrivenChannelAdapterParser |
Parser for the message driven channel adapter.
|
| KafkaMessageDrivenChannelAdapterSpec<K,V,S extends KafkaMessageDrivenChannelAdapterSpec<K,V,S>> |
A
MessageProducerSpec implementation for the KafkaMessageDrivenChannelAdapter. |
| KafkaMessageDrivenChannelAdapterSpec.KafkaMessageDrivenChannelAdapterListenerContainerSpec<K,V> |
A
ConcurrentMessageListenerContainer configuration
KafkaMessageDrivenChannelAdapterSpec extension. |
| KafkaMessageListenerContainerSpec<K,V> |
A helper class in the Builder pattern style to delegate options to the
ConcurrentMessageListenerContainer. |
| KafkaMessageSource<K,V> |
Polled message source for Apache Kafka.
|
| KafkaMessageSource.KafkaAckCallback<K,V> |
AcknowledgmentCallback for Kafka.
|
| KafkaMessageSource.KafkaAckCallbackFactory<K,V> |
AcknowledgmentCallbackFactory for KafkaAckInfo.
|
| KafkaMessageSource.KafkaAckInfo<K,V> |
Information for building an KafkaAckCallback.
|
| KafkaNamespaceHandler |
The namespace handler for the Apache Kafka namespace.
|
| KafkaOutboundChannelAdapterParser |
Parser for the outbound channel adapter.
|
| KafkaOutboundGatewayParser |
Parser for the outbound gateway.
|
| KafkaOutboundGatewaySpec<K,V,R,S extends KafkaOutboundGatewaySpec<K,V,R,S>> |
A
MessageHandlerSpec
implementation for the KafkaProducerMessageHandler
as a gateway. |
| KafkaOutboundGatewaySpec.KafkaGatewayMessageHandlerTemplateSpec<K,V,R> |
A
KafkaTemplate-based KafkaProducerMessageHandlerSpec extension. |
| KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V,R> |
An
IntegrationComponentSpec
implementation for the KafkaTemplate. |
| KafkaParsingUtils |
Utilities to assist with parsing XML.
|
| KafkaPointToPointChannelSpec |
Spec for a point to point channel backed by an Apache Kafka topic.
|
| KafkaPollableChannelSpec |
Spec for a pollable channel.
|
| KafkaProducerMessageHandler<K,V> |
A Message Handler for Apache Kafka; when supplied with a
ReplyingKafkaTemplate it is used as
the handler in an outbound gateway. |
| KafkaProducerMessageHandler.ProducerRecordCreator<K,V> |
Creates a
ProducerRecord from a Message and/or properties
derived from configuration and/or the message. |
| KafkaProducerMessageHandlerSpec<K,V,S extends KafkaProducerMessageHandlerSpec<K,V,S>> |
A
MessageHandlerSpec implementation for the KafkaProducerMessageHandler. |
| KafkaProducerMessageHandlerSpec.KafkaProducerMessageHandlerTemplateSpec<K,V> |
A
KafkaTemplate-based KafkaProducerMessageHandlerSpec extension. |
| KafkaPublishSubscribeChannelSpec |
Spec for a publish/subscribe channel backed by an Apache Kafka topic.
|
| KafkaSendFailureException |
An exception that is the payload of an
ErrorMessage when a send fails. |
| KafkaSubscribableChannelSpec<C extends SubscribableKafkaChannel> |
Spec for a subscribable channel.
|
| KafkaTemplateSpec<K,V> |
An
IntegrationComponentSpec implementation for the KafkaTemplate. |
| PollableKafkaChannel |
Pollable channel backed by an Apache Kafka topic.
|
| PublishSubscribeKafkaChannel |
Publish/subscribe channel backed by an Apache Kafka topic.
|
| RawRecordHeaderErrorMessageStrategy |
ErrorMessageStrategy extension that adds the raw record as
a header to the ErrorMessage. |
| SubscribableKafkaChannel |
Subscribable channel backed by an Apache Kafka topic.
|