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
FieldsModifier and TypeFieldDescriptionprotected final EventRepositoryService
protected KafkaOutboundChannelModel
protected final OutboundChannelDefinitionBuilderImpl
-
Constructor Summary
ConstructorsConstructorDescriptionOutboundKafkaChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, KafkaOutboundChannelModel kafkaChannel) -
Method Summary
Modifier and TypeMethodDescriptionSets the record key for the outgoing message.
-
Field Details
-
eventRepositoryService
-
outboundChannelDefinitionBuilder
-
kafkaChannel
-
-
Constructor Details
-
OutboundKafkaChannelBuilderImpl
public OutboundKafkaChannelBuilderImpl(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, KafkaOutboundChannelModel kafkaChannel)
-
-
Method Details
-
recordKey
Description copied from interface:OutboundChannelModelBuilder.OutboundKafkaChannelBuilder
Sets the record key for the outgoing message.- Specified by:
recordKey
in interfaceOutboundChannelModelBuilder.OutboundKafkaChannelBuilder
-
eventProcessingPipeline
- Specified by:
eventProcessingPipeline
in interfaceOutboundChannelModelBuilder.OutboundKafkaChannelBuilder
-