Class InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl
java.lang.Object
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundKafkaChannelBuilder
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl
extends Object
implements InboundChannelModelBuilder.InboundKafkaChannelBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final InboundChannelDefinitionBuilderImplprotected final EventRepositoryServiceprotected KafkaInboundChannelModel -
Constructor Summary
ConstructorsConstructorDescriptionInboundKafkaChannelBuilderImpl(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) -
Method Summary
Modifier and TypeMethodDescriptionclientIdPrefix(String clientIdPrefix) concurrency(String concurrency)
-
Field Details
-
eventRepositoryService
-
channelDefinitionBuilder
-
kafkaChannel
-
-
Constructor Details
-
InboundKafkaChannelBuilderImpl
public InboundKafkaChannelBuilderImpl(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Details
-
groupId
- Specified by:
groupIdin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
clientIdPrefix
- Specified by:
clientIdPrefixin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
concurrency
- Specified by:
concurrencyin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
property
- Specified by:
propertyin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
eventProcessingPipeline
- Specified by:
eventProcessingPipelinein interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-