Java org.springframework.integration.mail ImapIdleChannelAdapter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.mail ImapIdleChannelAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.mail ImapIdleChannelAdapter.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voidsetApplicationEventPublisher(ApplicationEventPublisher applicationEventPublisher)
voidsetErrorChannel(MessageChannel errorChannel)
voidsetOutputChannel(MessageChannel outputChannel)
voidsetReconnectDelay(long reconnectDelay)
The time between connection attempts in milliseconds (default 10 seconds).
voidsetTaskScheduler(TaskScheduler taskScheduler)
Configure a TaskScheduler for those components which logic relies on the scheduled tasks.
voidstart()
voidstop()