Class OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl
- java.lang.Object
-
- org.flowable.eventregistry.impl.model.OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl
-
- All Implemented Interfaces:
OutboundChannelModelBuilder.OutboundKafkaChannelBuilder
- Enclosing class:
- OutboundChannelDefinitionBuilderImpl
public static class OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl extends Object implements OutboundChannelModelBuilder.OutboundKafkaChannelBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected EventRepositoryServiceeventRepositoryServiceprotected KafkaOutboundChannelModelkafkaChannelprotected OutboundChannelDefinitionBuilderImploutboundChannelDefinitionBuilder
-
Constructor Summary
Constructors Constructor Description OutboundKafkaChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, KafkaOutboundChannelModel kafkaChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuildereventProcessingPipeline()OutboundChannelModelBuilder.OutboundKafkaChannelBuilderrecordKey(String key)
-
-
-
Field Detail
-
eventRepositoryService
protected final EventRepositoryService eventRepositoryService
-
outboundChannelDefinitionBuilder
protected final OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder
-
kafkaChannel
protected KafkaOutboundChannelModel kafkaChannel
-
-
Constructor Detail
-
OutboundKafkaChannelBuilderImpl
public OutboundKafkaChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, KafkaOutboundChannelModel kafkaChannel)
-
-
Method Detail
-
recordKey
public OutboundChannelModelBuilder.OutboundKafkaChannelBuilder recordKey(String key)
- Specified by:
recordKeyin interfaceOutboundChannelModelBuilder.OutboundKafkaChannelBuilder
-
eventProcessingPipeline
public OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder eventProcessingPipeline()
- Specified by:
eventProcessingPipelinein interfaceOutboundChannelModelBuilder.OutboundKafkaChannelBuilder
-
-