public static class InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl extends Object implements InboundChannelModelBuilder.InboundKafkaChannelBuilder
| Modifier and Type | Field and Description |
|---|---|
protected InboundChannelDefinitionBuilderImpl |
channelDefinitionBuilder |
protected EventRepositoryService |
eventRepositoryService |
protected KafkaInboundChannelModel |
kafkaChannel |
| Constructor and Description |
|---|
InboundKafkaChannelBuilderImpl(KafkaInboundChannelModel kafkaChannel,
EventRepositoryService eventRepositoryService,
InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) |
| 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.
|
protected final EventRepositoryService eventRepositoryService
protected final InboundChannelDefinitionBuilderImpl channelDefinitionBuilder
protected KafkaInboundChannelModel kafkaChannel
public InboundKafkaChannelBuilderImpl(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
public InboundChannelModelBuilder.InboundKafkaChannelBuilder groupId(String groupId)
InboundChannelModelBuilder.InboundKafkaChannelBuildergroupId in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderpublic InboundChannelModelBuilder.InboundKafkaChannelBuilder clientIdPrefix(String clientIdPrefix)
InboundChannelModelBuilder.InboundKafkaChannelBuilderclientIdPrefix in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderpublic InboundChannelModelBuilder.InboundKafkaChannelBuilder concurrency(String concurrency)
InboundChannelModelBuilder.InboundKafkaChannelBuilderconcurrency in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderpublic InboundChannelModelBuilder.InboundKafkaChannelBuilder property(String name, String value)
InboundChannelModelBuilder.InboundKafkaChannelBuilderproperty in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderpublic InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()
InboundChannelModelBuilder.InboundKafkaChannelBuilderInboundChannelModel by configuring the next parts (if any).eventProcessingPipeline in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderCopyright © 2023 Flowable. All rights reserved.