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
Fields Modifier and Type Field Description protected InboundChannelDefinitionBuilderImplchannelDefinitionBuilderprotected EventRepositoryServiceeventRepositoryServiceprotected KafkaInboundChannelModelkafkaChannel
-
Constructor Summary
Constructors Constructor Description InboundKafkaChannelBuilderImpl(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundChannelModelBuilder.InboundKafkaChannelBuilderclientIdPrefix(String clientIdPrefix)InboundChannelModelBuilder.InboundKafkaChannelBuilderconcurrency(String concurrency)InboundChannelModelBuilder.InboundEventProcessingPipelineBuildereventProcessingPipeline()InboundChannelModelBuilder.InboundKafkaChannelBuildergroupId(String groupId)InboundChannelModelBuilder.InboundKafkaChannelBuilderproperty(String name, String value)
-
-
-
Field Detail
-
eventRepositoryService
protected final EventRepositoryService eventRepositoryService
-
channelDefinitionBuilder
protected final InboundChannelDefinitionBuilderImpl channelDefinitionBuilder
-
kafkaChannel
protected KafkaInboundChannelModel kafkaChannel
-
-
Constructor Detail
-
InboundKafkaChannelBuilderImpl
public InboundKafkaChannelBuilderImpl(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder)
-
-
Method Detail
-
groupId
public InboundChannelModelBuilder.InboundKafkaChannelBuilder groupId(String groupId)
- Specified by:
groupIdin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
clientIdPrefix
public InboundChannelModelBuilder.InboundKafkaChannelBuilder clientIdPrefix(String clientIdPrefix)
- Specified by:
clientIdPrefixin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
concurrency
public InboundChannelModelBuilder.InboundKafkaChannelBuilder concurrency(String concurrency)
- Specified by:
concurrencyin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
property
public InboundChannelModelBuilder.InboundKafkaChannelBuilder property(String name, String value)
- Specified by:
propertyin interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
eventProcessingPipeline
public InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()
- Specified by:
eventProcessingPipelinein interfaceInboundChannelModelBuilder.InboundKafkaChannelBuilder
-
-