Uses of Class
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel
Packages that use MailInboundChannelModel
-
Uses of MailInboundChannelModel in com.flowable.platform.engine.impl.eventregistry.mail
Fields in com.flowable.platform.engine.impl.eventregistry.mail declared as MailInboundChannelModelModifier and TypeFieldDescriptionprotected MailInboundChannelModel
MailMessageHandler.inboundChannelModel
Methods in com.flowable.platform.engine.impl.eventregistry.mail that return MailInboundChannelModelMethods in com.flowable.platform.engine.impl.eventregistry.mail with parameters of type MailInboundChannelModelModifier and TypeMethodDescriptionprotected MailListenerEndpoint
MailChannelModelProcessor.createListenerEndpoint
(MailInboundChannelModel model, String tenantId) protected MessageHandler
MailChannelModelProcessor.createMessageHandler
(EventRegistry eventRegistry, MailInboundChannelModel channelModel, String tenantId) DefaultMessagePayloadExtractor.extractPayload
(MailInboundChannelModel inboundChannelModel, jakarta.mail.internet.MimeMessage message) protected Collection<EventPayloadInstance>
MailMessageHandler.extractPayload
(MailInboundChannelModel inboundChannelModel, Object payload) MessagePayloadExtractor.extractPayload
(MailInboundChannelModel inboundChannelModel, jakarta.mail.internet.MimeMessage message) protected String
DefaultMessagePayloadExtractor.extractSubjectCorrelation
(MailInboundChannelModel inboundChannelModel, String subject) protected void
MailChannelModelProcessor.processInboundModel
(MailInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) protected jakarta.mail.Authenticator
MailChannelModelProcessor.resolveAuthenticator
(MailInboundChannelModel model) protected InboundEventTenantDetector<jakarta.mail.internet.MimeMessage>
MailChannelModelProcessor.resolveEventTenantDetector
(MailInboundChannelModel channelModel, String defaultTenantId) protected String
MailChannelModelProcessor.resolveUrl
(MailInboundChannelModel channelModel) void
MailMessageHandler.setInboundChannelModel
(MailInboundChannelModel inboundChannelModel) Constructors in com.flowable.platform.engine.impl.eventregistry.mail with parameters of type MailInboundChannelModelModifierConstructorDescriptionMailMessageHandler
(EventRegistry eventRegistry, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessagePayloadExtractor messagePayloadExtractor, MailInboundChannelModel inboundChannelModel, InboundEventTenantDetector<jakarta.mail.internet.MimeMessage> eventTenantDetector)