public static interface InboundChannelModelBuilder.InboundKafkaChannelBuilder
InboundEventChannelAdapter using Kafka.| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
clientIdPrefix(String clientIdPrefix)
Sets the client id prefix for this Kafka adapter.
|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
concurrency(String concurrency)
Sets the concurrency (and integer) for this Kafka adapter.
|
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder |
eventProcessingPipeline()
Continue building the
InboundChannelModel by configuring the next parts (if any). |
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
groupId(String groupId)
Sets the groupId for this Kafka adapter.
|
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
property(String name,
String value)
Sets custom properties for this Kafka adapter.
|
InboundChannelModelBuilder.InboundKafkaChannelBuilder groupId(String groupId)
InboundChannelModelBuilder.InboundKafkaChannelBuilder clientIdPrefix(String clientIdPrefix)
InboundChannelModelBuilder.InboundKafkaChannelBuilder concurrency(String concurrency)
InboundChannelModelBuilder.InboundKafkaChannelBuilder property(String name, String value)
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()
InboundChannelModel by configuring the next parts (if any).Copyright © 2022 Flowable. All rights reserved.