Uses of Class
org.flowable.eventregistry.model.InboundChannelModel
Packages that use InboundChannelModel
Package
Description
-
Uses of InboundChannelModel in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return InboundChannelModelMethods in org.flowable.eventregistry.api with parameters of type InboundChannelModelModifier and TypeMethodDescriptionvoidEventRegistry.eventReceived(InboundChannelModel channelModel, String event) voidEventRegistry.eventReceived(InboundChannelModel channelModel, InboundEvent event) Events received in adapters should call this method to process events.voidInboundEventProcessor.eventReceived(InboundChannelModel channelModel, InboundEvent event) InboundChannelModelCacheManager.registerChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition) InboundEventProcessingPipeline.run(InboundChannelModel inboundChannel, InboundEvent inboundEvent) voidInboundEventChannelAdapter.setInboundChannelModel(InboundChannelModel inboundChannelModel) voidInboundChannelModelCacheManager.unregisterChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition) -
Uses of InboundChannelModel in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as InboundChannelModelModifier and TypeFieldDescriptionprotected InboundChannelModelFlowableEventInfoImpl.inboundChannelMethods in org.flowable.eventregistry.impl that return InboundChannelModelMethods in org.flowable.eventregistry.impl with parameters of type InboundChannelModelModifier and TypeMethodDescriptionvoidDefaultEventRegistry.eventReceived(InboundChannelModel channelModel, String event) voidDefaultEventRegistry.eventReceived(InboundChannelModel channelModel, InboundEvent event) voidDefaultInboundEventProcessor.eventReceived(InboundChannelModel channelModel, InboundEvent event) Constructors in org.flowable.eventregistry.impl with parameters of type InboundChannelModelModifierConstructorDescriptionFlowableEventInfoImpl(InboundEvent inboundEvent, T payload, InboundChannelModel inboundChannel) -
Uses of InboundChannelModel in org.flowable.eventregistry.impl.deployer
Methods in org.flowable.eventregistry.impl.deployer with parameters of type InboundChannelModelModifier and TypeMethodDescriptionDefaultInboundChannelModelCacheManager.registerChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition) voidDefaultInboundChannelModelCacheManager.unregisterChannelModel(InboundChannelModel channelModel, ChannelDefinition channelDefinition) -
Uses of InboundChannelModel in org.flowable.eventregistry.impl.model
Fields in org.flowable.eventregistry.impl.model declared as InboundChannelModelModifier and TypeFieldDescriptionprotected InboundChannelModelInboundChannelDefinitionBuilderImpl.channelModelprotected InboundChannelModelInboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl.channelModelConstructors in org.flowable.eventregistry.impl.model with parameters of type InboundChannelModelModifierConstructorDescriptionInboundEventProcessingPipelineBuilderImpl(InboundChannelModel channelModel, EventRepositoryService eventRepository, InboundChannelDefinitionBuilderImpl channelDefinitionBuilder) -
Uses of InboundChannelModel in org.flowable.eventregistry.impl.pipeline
Methods in org.flowable.eventregistry.impl.pipeline with parameters of type InboundChannelModelModifier and TypeMethodDescriptionprotected InboundEventProcessingPipelineInboundChannelModelProcessor.createExpressionEventProcessingPipeline(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected <T> InboundEventPayloadExtractor<T>InboundChannelModelProcessor.createInboundEventPayloadExtractor(InboundChannelModel channelModel, Supplier<InboundEventPayloadExtractor<T>> payloadExtractorProvider) protected InboundEventProcessingPipelineInboundChannelModelProcessor.createJsonEventProcessingPipeline(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected InboundEventProcessingPipelineInboundChannelModelProcessor.createXmlEventProcessingPipeline(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService) protected voidInboundChannelModelProcessor.registerChannelModel(InboundChannelModel inboundChannelModel, EventRepositoryService eventRepositoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, boolean fallbackToDefaultTenant) DefaultInboundEventProcessingPipeline.run(InboundChannelModel inboundChannel, InboundEvent inboundEvent) -
Uses of InboundChannelModel in org.flowable.eventregistry.json.converter
Methods in org.flowable.eventregistry.json.converter with parameters of type InboundChannelModelModifier and TypeMethodDescriptionprotected voidInboundChannelModelValidator.validateChannel(InboundChannelModel inboundChannelModel) protected voidInboundChannelModelValidator.validateDeserializer(InboundChannelModel inboundChannelModel) Method parameters in org.flowable.eventregistry.json.converter with type arguments of type InboundChannelModelModifier and TypeMethodDescriptionvoidChannelJsonConverter.addInboundChannelModelClass(String type, Class<? extends InboundChannelModel> channelModelClass) -
Uses of InboundChannelModel in org.flowable.eventregistry.model
Subclasses of InboundChannelModel in org.flowable.eventregistry.modelModifier and TypeClassDescriptionclassclassclassclass -
Uses of InboundChannelModel in org.flowable.eventregistry.spring.jms
Fields in org.flowable.eventregistry.spring.jms declared as InboundChannelModelModifier and TypeFieldDescriptionprotected InboundChannelModelJmsChannelMessageListenerAdapter.inboundChannelModelMethods in org.flowable.eventregistry.spring.jms that return InboundChannelModelMethods in org.flowable.eventregistry.spring.jms with parameters of type InboundChannelModelModifier and TypeMethodDescriptionprotected jakarta.jms.MessageListenerJmsChannelModelProcessor.createMessageListener(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) voidJmsChannelMessageListenerAdapter.setInboundChannelModel(InboundChannelModel inboundChannelModel) Constructors in org.flowable.eventregistry.spring.jms with parameters of type InboundChannelModelModifierConstructorDescriptionJmsChannelMessageListenerAdapter(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) -
Uses of InboundChannelModel in org.flowable.eventregistry.spring.kafka
Fields in org.flowable.eventregistry.spring.kafka declared as InboundChannelModelModifier and TypeFieldDescriptionprotected InboundChannelModelKafkaChannelMessageListenerAdapter.inboundChannelModelMethods in org.flowable.eventregistry.spring.kafka that return InboundChannelModelMethods in org.flowable.eventregistry.spring.kafka with parameters of type InboundChannelModelModifier and TypeMethodDescriptionprotected GenericMessageListener<org.apache.kafka.clients.consumer.ConsumerRecord<Object,Object>> KafkaChannelDefinitionProcessor.createMessageListener(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) voidKafkaChannelMessageListenerAdapter.setInboundChannelModel(InboundChannelModel inboundChannelModel) Constructors in org.flowable.eventregistry.spring.kafka with parameters of type InboundChannelModelModifierConstructorDescriptionKafkaChannelMessageListenerAdapter(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) -
Uses of InboundChannelModel in org.flowable.eventregistry.spring.rabbit
Fields in org.flowable.eventregistry.spring.rabbit declared as InboundChannelModelModifier and TypeFieldDescriptionprotected InboundChannelModelRabbitChannelMessageListenerAdapter.inboundChannelModelMethods in org.flowable.eventregistry.spring.rabbit that return InboundChannelModelMethods in org.flowable.eventregistry.spring.rabbit with parameters of type InboundChannelModelModifier and TypeMethodDescriptionprotected MessageListenerRabbitChannelDefinitionProcessor.createMessageListener(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) voidRabbitChannelMessageListenerAdapter.setInboundChannelModel(InboundChannelModel inboundChannelModel) Constructors in org.flowable.eventregistry.spring.rabbit with parameters of type InboundChannelModelModifierConstructorDescriptionRabbitChannelMessageListenerAdapter(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel)