Class FlowableImapChannelAdapterSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,P>
org.springframework.integration.dsl.MessageProducerSpec<FlowableImapChannelAdapterSpec,FlowableImapChannelAdapter>
com.flowable.platform.engine.impl.eventregistry.mail.FlowableImapChannelAdapterSpec
- All Implemented Interfaces:
DisposableBean
,FactoryBean<FlowableImapChannelAdapter>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,org.springframework.integration.dsl.ComponentsRegistration
public class FlowableImapChannelAdapterSpec
extends org.springframework.integration.dsl.MessageProducerSpec<FlowableImapChannelAdapterSpec,FlowableImapChannelAdapter>
implements org.springframework.integration.dsl.ComponentsRegistration
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.springframework.integration.mail.ImapMailReceiver
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, target
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
ConstructorsConstructorDescriptionFlowableImapChannelAdapterSpec
(org.springframework.integration.mail.ImapMailReceiver receiver, String endpointId, Supplier<CommandExecutor> commandExecutorSupplier) -
Method Summary
Modifier and TypeMethodDescriptionlockForceAcquireAfter
(Duration lockForceAcquireAfter) lockPollRate
(Duration lockPollRate) lockWaitTime
(Duration lockWaitTime) pollingRate
(Duration pollingRate) Methods inherited from class org.springframework.integration.dsl.MessageProducerSpec
autoStartup, errorChannel, errorChannel, errorMessageStrategy, id, observationConvention, outputChannel, outputChannel, phase, role, sendTimeout, shouldTrack
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Field Details
-
receiver
protected final org.springframework.integration.mail.ImapMailReceiver receiver
-
-
Constructor Details
-
FlowableImapChannelAdapterSpec
public FlowableImapChannelAdapterSpec(org.springframework.integration.mail.ImapMailReceiver receiver, String endpointId, Supplier<CommandExecutor> commandExecutorSupplier)
-
-
Method Details
-
getComponentsToRegister
- Specified by:
getComponentsToRegister
in interfaceorg.springframework.integration.dsl.ComponentsRegistration
-
pollingRate
-
lockPollRate
-
lockForceAcquireAfter
-
lockWaitTime
-