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 InboundChannelDefinitionBuilderImpl
protected final EventRepositoryService
protected 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 theInboundChannelModel
by 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.InboundKafkaChannelBuilder
Sets the groupId for this Kafka adapter. See Kafka docs for more info.- Specified by:
groupId
in interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
clientIdPrefix
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilder
Sets the client id prefix for this Kafka adapter. See Kafka docs for more info.- Specified by:
clientIdPrefix
in interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
concurrency
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilder
Sets the concurrency (and integer) for this Kafka adapter. See the Spring Kafka docs for more information.- Specified by:
concurrency
in interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
property
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilder
Sets custom properties for this Kafka adapter. See the Spring Kafka docs for more information.- Specified by:
property
in interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
eventProcessingPipeline
Description copied from interface:InboundChannelModelBuilder.InboundKafkaChannelBuilder
Continue building theInboundChannelModel
by configuring the next parts (if any).- Specified by:
eventProcessingPipeline
in interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-