Uses of Interface
org.springframework.integration.mail.SearchTermStrategy
Packages that use SearchTermStrategy
Package
Description
Base package for Mail support.
Provides classes for configuration - parsers, namespace handlers.
Provides Mail Components for the Java DSL.
-
Uses of SearchTermStrategy in org.springframework.integration.mail
Methods in org.springframework.integration.mail with parameters of type SearchTermStrategyModifier and TypeMethodDescriptionvoid
ImapMailReceiver.setSearchTermStrategy
(SearchTermStrategy searchTermStrategy) Provides a way to set customSearchTermStrategy
to compile aSearchTerm
to be applied when retrieving mail. -
Uses of SearchTermStrategy in org.springframework.integration.mail.config
Methods in org.springframework.integration.mail.config with parameters of type SearchTermStrategyModifier and TypeMethodDescriptionvoid
MailReceiverFactoryBean.setSearchTermStrategy
(SearchTermStrategy searchTermStrategy) -
Uses of SearchTermStrategy in org.springframework.integration.mail.dsl
Methods in org.springframework.integration.mail.dsl with parameters of type SearchTermStrategyModifier and TypeMethodDescriptionImapIdleChannelAdapterSpec.searchTermStrategy
(SearchTermStrategy searchTermStrategy) ImapMailInboundChannelAdapterSpec.searchTermStrategy
(SearchTermStrategy searchTermStrategy) ASearchTermStrategy
to use.