public static class OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl extends Object implements OutboundChannelModelBuilder.OutboundKafkaChannelBuilder
| Modifier and Type | Field and Description |
|---|---|
protected EventRepositoryService |
eventRepositoryService |
protected KafkaOutboundChannelModel |
kafkaChannel |
protected OutboundChannelDefinitionBuilderImpl |
outboundChannelDefinitionBuilder |
| Constructor and Description |
|---|
OutboundKafkaChannelBuilderImpl(EventRepositoryService eventRepositoryService,
OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder,
KafkaOutboundChannelModel kafkaChannel) |
| Modifier and Type | Method and Description |
|---|---|
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder |
eventProcessingPipeline() |
OutboundChannelModelBuilder.OutboundKafkaChannelBuilder |
recordKey(String key) |
protected final EventRepositoryService eventRepositoryService
protected final OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder
protected KafkaOutboundChannelModel kafkaChannel
public OutboundKafkaChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, KafkaOutboundChannelModel kafkaChannel)
public OutboundChannelModelBuilder.OutboundKafkaChannelBuilder recordKey(String key)
recordKey in interface OutboundChannelModelBuilder.OutboundKafkaChannelBuilderpublic OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder eventProcessingPipeline()
eventProcessingPipeline in interface OutboundChannelModelBuilder.OutboundKafkaChannelBuilderCopyright © 2020 Flowable. All rights reserved.