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 MailInboundChannelModelMailMessageHandler.inboundChannelModelMethods 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 MailListenerEndpointMailChannelModelProcessor.createListenerEndpoint(MailInboundChannelModel model, String tenantId) protected MessageHandlerMailChannelModelProcessor.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 StringDefaultMessagePayloadExtractor.extractSubjectCorrelation(MailInboundChannelModel inboundChannelModel, String subject) protected voidMailChannelModelProcessor.processInboundModel(MailInboundChannelModel channelModel, String tenantId, EventRegistry eventRegistry) protected jakarta.mail.AuthenticatorMailChannelModelProcessor.resolveAuthenticator(MailInboundChannelModel model) protected InboundEventTenantDetector<jakarta.mail.internet.MimeMessage>MailChannelModelProcessor.resolveEventTenantDetector(MailInboundChannelModel channelModel, String defaultTenantId) protected StringMailChannelModelProcessor.resolveUrl(MailInboundChannelModel channelModel) voidMailMessageHandler.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)