Uses of Class
org.flowable.eventregistry.model.KafkaOutboundChannelModel
Packages that use KafkaOutboundChannelModel
-
Uses of KafkaOutboundChannelModel in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as KafkaOutboundChannelModelModifier and TypeFieldDescriptionprotected KafkaOutboundChannelModel
OutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl.kafkaChannel
Constructors in org.flowable.eventregistry.impl.model with parameters of type KafkaOutboundChannelModelModifierConstructorDescriptionOutboundKafkaChannelBuilderImpl
(EventRepositoryService eventRepositoryService, OutboundChannelDefinitionBuilderImpl outboundChannelDefinitionBuilder, KafkaOutboundChannelModel kafkaChannel) -
Uses of KafkaOutboundChannelModel in org.flowable.eventregistry.spring.kafka
Methods in org.flowable.eventregistry.spring.kafka with parameters of type KafkaOutboundChannelModelModifier and TypeMethodDescriptionprotected void
KafkaChannelDefinitionProcessor.processOutboundDefinition
(KafkaOutboundChannelModel channelModel) protected KafkaMessageKeyProvider<?>
KafkaChannelDefinitionProcessor.resolveKafkaMessageKeyProvider
(KafkaOutboundChannelModel channelModel) protected KafkaPartitionProvider
KafkaChannelDefinitionProcessor.resolveKafkaPartitionProvider
(KafkaOutboundChannelModel channelModel)