Uses of Class
org.flowable.eventregistry.model.KafkaInboundChannelModel
Packages that use KafkaInboundChannelModel
Package
Description
-
Uses of KafkaInboundChannelModel in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as KafkaInboundChannelModelModifier and TypeFieldDescriptionprotected KafkaInboundChannelModelInboundChannelDefinitionBuilderImpl.InboundKafkaChannelBuilderImpl.kafkaChannelConstructors in org.flowable.eventregistry.impl.model with parameters of type KafkaInboundChannelModelModifierConstructorDescriptionInboundKafkaChannelBuilderImpl(KafkaInboundChannelModel kafkaChannel, EventRepositoryService eventRepositoryService, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) -
Uses of KafkaInboundChannelModel in org.flowable.eventregistry.spring.kafka
Methods in org.flowable.eventregistry.spring.kafka with parameters of type KafkaInboundChannelModelModifier and TypeMethodDescriptionKafkaChannelDefinitionProcessor.createEndpointConfigurations(KafkaInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry, KafkaListenerEndpoint mainEndpoint, KafkaListenerContainerFactory<?> containerFactory) protected KafkaListenerEndpointKafkaChannelDefinitionProcessor.createKafkaListenerEndpoint(KafkaInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) protected StringKafkaChannelDefinitionProcessor.getEndpointGroupId(KafkaInboundChannelModel channelDefinition, String id) protected voidKafkaChannelDefinitionProcessor.processAndRegisterEndpoints(KafkaInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) protected PatternKafkaChannelDefinitionProcessor.resolvePattern(KafkaInboundChannelModel channelModel) KafkaChannelDefinitionProcessor.resolveRetryConfiguration(KafkaInboundChannelModel channelModel) protected Collection<TopicPartitionOffset>KafkaChannelDefinitionProcessor.resolveTopicPartitions(KafkaInboundChannelModel channelModel) protected voidKafkaChannelDefinitionProcessor.resolveTopics(Object resolvedValue, List<String> result, KafkaInboundChannelModel channelDefinition) protected Collection<String>KafkaChannelDefinitionProcessor.resolveTopics(KafkaInboundChannelModel channelDefinition) -
Uses of KafkaInboundChannelModel in org.flowable.eventregistry.spring.kafka.payload
Methods in org.flowable.eventregistry.spring.kafka.payload with parameters of type KafkaInboundChannelModelModifier and TypeMethodDescriptionprotected Collection<EventPayloadInstance>KafkaConsumerRecordInformationPayloadExtractor.extractPayload(EventModel eventModel, KafkaInboundChannelModel inboundChannel, org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> consumerRecord)