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 TypeMethodDescriptionvoid
EventRegistry.eventReceived
(InboundChannelModel channelModel, String event) void
EventRegistry.eventReceived
(InboundChannelModel channelModel, InboundEvent event) Events received in adapters should call this method to process events.void
InboundEventProcessor.eventReceived
(InboundChannelModel channelModel, InboundEvent event) InboundChannelModelCacheManager.registerChannelModel
(InboundChannelModel channelModel, ChannelDefinition channelDefinition) InboundEventProcessingPipeline.run
(InboundChannelModel inboundChannel, InboundEvent inboundEvent) void
InboundEventChannelAdapter.setInboundChannelModel
(InboundChannelModel inboundChannelModel) void
InboundChannelModelCacheManager.unregisterChannelModel
(InboundChannelModel channelModel, ChannelDefinition channelDefinition) -
Uses of InboundChannelModel in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as InboundChannelModelModifier and TypeFieldDescriptionprotected InboundChannelModel
FlowableEventInfoImpl.inboundChannel
Methods in org.flowable.eventregistry.impl that return InboundChannelModelMethods in org.flowable.eventregistry.impl with parameters of type InboundChannelModelModifier and TypeMethodDescriptionvoid
DefaultEventRegistry.eventReceived
(InboundChannelModel channelModel, String event) void
DefaultEventRegistry.eventReceived
(InboundChannelModel channelModel, InboundEvent event) void
DefaultInboundEventProcessor.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) void
DefaultInboundChannelModelCacheManager.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 InboundChannelModel
InboundChannelDefinitionBuilderImpl.channelModel
protected InboundChannelModel
InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl.channelModel
Constructors 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 InboundEventProcessingPipeline
InboundChannelModelProcessor.createExpressionEventProcessingPipeline
(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected <T> InboundEventPayloadExtractor<T>
InboundChannelModelProcessor.createInboundEventPayloadExtractor
(InboundChannelModel channelModel, Supplier<InboundEventPayloadExtractor<T>> payloadExtractorProvider) protected InboundEventProcessingPipeline
InboundChannelModelProcessor.createJsonEventProcessingPipeline
(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected InboundEventProcessingPipeline
InboundChannelModelProcessor.createXmlEventProcessingPipeline
(InboundChannelModel channelModel, EventRepositoryService eventRepositoryService) protected void
InboundChannelModelProcessor.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 void
InboundChannelModelValidator.validateChannel
(InboundChannelModel inboundChannelModel) protected void
InboundChannelModelValidator.validateDeserializer
(InboundChannelModel inboundChannelModel) Method parameters in org.flowable.eventregistry.json.converter with type arguments of type InboundChannelModelModifier and TypeMethodDescriptionvoid
ChannelJsonConverter.addInboundChannelModelClass
(String type, Class<? extends InboundChannelModel> channelModelClass) -
Uses of InboundChannelModel in org.flowable.eventregistry.model
Subclasses of InboundChannelModel in org.flowable.eventregistry.modelModifier and TypeClassDescriptionclass
class
class
class
-
Uses of InboundChannelModel in org.flowable.eventregistry.spring.jms
Fields in org.flowable.eventregistry.spring.jms declared as InboundChannelModelModifier and TypeFieldDescriptionprotected InboundChannelModel
JmsChannelMessageListenerAdapter.inboundChannelModel
Methods in org.flowable.eventregistry.spring.jms that return InboundChannelModelMethods in org.flowable.eventregistry.spring.jms with parameters of type InboundChannelModelModifier and TypeMethodDescriptionprotected jakarta.jms.MessageListener
JmsChannelModelProcessor.createMessageListener
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) void
JmsChannelMessageListenerAdapter.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 InboundChannelModel
KafkaChannelMessageListenerAdapter.inboundChannelModel
Methods 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) void
KafkaChannelMessageListenerAdapter.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 InboundChannelModel
RabbitChannelMessageListenerAdapter.inboundChannelModel
Methods in org.flowable.eventregistry.spring.rabbit that return InboundChannelModelMethods in org.flowable.eventregistry.spring.rabbit with parameters of type InboundChannelModelModifier and TypeMethodDescriptionprotected MessageListener
RabbitChannelDefinitionProcessor.createMessageListener
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel) void
RabbitChannelMessageListenerAdapter.setInboundChannelModel
(InboundChannelModel inboundChannelModel) Constructors in org.flowable.eventregistry.spring.rabbit with parameters of type InboundChannelModelModifierConstructorDescriptionRabbitChannelMessageListenerAdapter
(EventRegistry eventRegistry, InboundChannelModel inboundChannelModel)