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) Sets the client id prefix for this Kafka adapter.concurrency(String concurrency) Sets the concurrency (and integer) for this Kafka adapter.Continue building theInboundChannelModelby configuring the next parts (if any).Sets the groupId for this Kafka adapter.Sets custom properties for this Kafka adapter.
-
Field Details
-
eventRepositoryService
-
channelDefinitionBuilder
-
kafkaChannel
-
-
Constructor Details
-
InboundKafkaChannelBuilderImpl
public InboundKafkaChannelBuilderImpl(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Details
-
groupId
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilderSets the groupId for this Kafka adapter. See Kafka docs for more info.- Specified by:
groupIdin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
clientIdPrefix
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilderSets the client id prefix for this Kafka adapter. See Kafka docs for more info.- Specified by:
clientIdPrefixin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
concurrency
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilderSets the concurrency (and integer) for this Kafka adapter. See the Spring Kafka docs for more information.- Specified by:
concurrencyin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
property
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilderSets custom properties for this Kafka adapter. See the Spring Kafka docs for more information.- Specified by:
propertyin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
eventProcessingPipeline
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilderContinue building theInboundChannelModelby configuring the next parts (if any).- Specified by:
eventProcessingPipelinein interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-