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) |
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
concurrency(String concurrency) |
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder |
eventProcessingPipeline() |
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
groupId(String groupId) |
InboundChannelModelBuilder.InboundKafkaChannelBuilder |
property(String name,
String value) |
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)
groupId in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderpublic InboundChannelModelBuilder.InboundKafkaChannelBuilder clientIdPrefix(String clientIdPrefix)
clientIdPrefix in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderpublic InboundChannelModelBuilder.InboundKafkaChannelBuilder concurrency(String concurrency)
concurrency in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderpublic InboundChannelModelBuilder.InboundKafkaChannelBuilder property(String name, String value)
property in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderpublic InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()
eventProcessingPipeline in interface InboundChannelModelBuilder.InboundKafkaChannelBuilderCopyright © 2021 Flowable. All rights reserved.