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(org.flowable.eventregistry.api.EventRegistry eventRegistry, MailInboundChannelModel channelModel, String tenantId) Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> DefaultMessagePayloadExtractor.extractPayload(MailInboundChannelModel inboundChannelModel, jakarta.mail.internet.MimeMessage message) protected Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> MailMessageHandler.extractPayload(MailInboundChannelModel inboundChannelModel, Object payload) Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> MessagePayloadExtractor.extractPayload(MailInboundChannelModel inboundChannelModel, jakarta.mail.internet.MimeMessage message) protected StringDefaultMessagePayloadExtractor.extractSubjectCorrelation(MailInboundChannelModel inboundChannelModel, String subject) protected voidMailChannelModelProcessor.processInboundModel(MailInboundChannelModel channelModel, String tenantId, org.flowable.eventregistry.api.EventRegistry eventRegistry) protected jakarta.mail.AuthenticatorMailChannelModelProcessor.resolveAuthenticator(MailInboundChannelModel model) protected org.flowable.eventregistry.api.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(org.flowable.eventregistry.api.EventRegistry eventRegistry, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MessagePayloadExtractor messagePayloadExtractor, MailInboundChannelModel inboundChannelModel, org.flowable.eventregistry.api.InboundEventTenantDetector<jakarta.mail.internet.MimeMessage> eventTenantDetector)