Interface InboundChannelModelBuilder.InboundKafkaChannelBuilder
- Enclosing interface:
- InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundKafkaChannelBuilder
Builder to create an
InboundEventChannelAdapter
using Kafka.-
Method Summary
Modifier and TypeMethodDescriptionclientIdPrefix
(String clientIdPrefix) Sets the client id prefix for this Kafka adapter.concurrency
(String concurrency) Sets the concurrency (and integer) for this Kafka adapter.Continue building theInboundChannelModel
by configuring the next parts (if any).Sets the groupId for this Kafka adapter.Sets custom properties for this Kafka adapter.
-
Method Details
-
groupId
Sets the groupId for this Kafka adapter. See Kafka docs for more info. -
clientIdPrefix
Sets the client id prefix for this Kafka adapter. See Kafka docs for more info. -
concurrency
Sets the concurrency (and integer) for this Kafka adapter. See the Spring Kafka docs for more information. -
property
Sets custom properties for this Kafka adapter. See the Spring Kafka docs for more information. -
eventProcessingPipeline
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()Continue building theInboundChannelModel
by configuring the next parts (if any).
-