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 KafkaOutboundChannelModelOutboundChannelDefinitionBuilderImpl.OutboundKafkaChannelBuilderImpl.kafkaChannelConstructors 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 voidKafkaChannelDefinitionProcessor.processOutboundDefinition(KafkaOutboundChannelModel channelModel) protected KafkaMessageKeyProvider<?>KafkaChannelDefinitionProcessor.resolveKafkaMessageKeyProvider(KafkaOutboundChannelModel channelModel) protected KafkaPartitionProviderKafkaChannelDefinitionProcessor.resolveKafkaPartitionProvider(KafkaOutboundChannelModel channelModel)