Uses of Class
org.springframework.integration.mail.ImapMailReceiver
Packages that use ImapMailReceiver
Package
Description
Base package for Mail support.
Provides Mail Components for the Java DSL.
-
Uses of ImapMailReceiver in org.springframework.integration.mail
Constructors in org.springframework.integration.mail with parameters of type ImapMailReceiver -
Uses of ImapMailReceiver in org.springframework.integration.mail.dsl
Fields in org.springframework.integration.mail.dsl declared as ImapMailReceiverModifier and TypeFieldDescriptionprotected final ImapMailReceiver
ImapIdleChannelAdapterSpec.receiver
Methods in org.springframework.integration.mail.dsl with parameters of type ImapMailReceiverModifier and TypeMethodDescriptionstatic ImapIdleChannelAdapterSpec
Mail.imapIdleAdapter
(ImapMailReceiver imapMailReceiver) AnImapIdleChannelAdapterSpec
factory based on the providedImapMailReceiver
.Mail.imapInboundAdapter
(ImapMailReceiver imapMailReceiver) AnImapMailInboundChannelAdapterSpec
factory based on the providedImapMailReceiver
.Constructors in org.springframework.integration.mail.dsl with parameters of type ImapMailReceiverModifierConstructorDescriptionprotected
ImapIdleChannelAdapterSpec
(ImapMailReceiver receiver) protected
ImapIdleChannelAdapterSpec
(ImapMailReceiver receiver, boolean externalReceiver) protected
ImapMailInboundChannelAdapterSpec
(ImapMailReceiver imapMailReceiver)