Class PeriodicTriggerFactoryBean
java.lang.Object
org.springframework.integration.config.PeriodicTriggerFactoryBean
- All Implemented Interfaces:
- FactoryBean<PeriodicTrigger>
The 
FactoryBean to produce a PeriodicTrigger
 based on parsing string values for its options.
 This class is mostly driven by the XML configuration requirements for
 Duration value representations for the respective attributes.- Since:
- 6.2
- Author:
- Artem Bilan
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionClass<?> voidsetFixedDelayValue(String fixedDelayValue) voidsetFixedRateValue(String fixedRateValue) voidsetInitialDelayValue(String initialDelayValue) voidsetTimeUnit(TimeUnit timeUnit) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
PeriodicTriggerFactoryBeanpublic PeriodicTriggerFactoryBean()
 
- 
- 
Method Details- 
setFixedDelayValue
- 
setFixedRateValue
- 
setInitialDelayValue
- 
setTimeUnit
- 
getObject- Specified by:
- getObjectin interface- FactoryBean<PeriodicTrigger>
 
- 
getObjectType- Specified by:
- getObjectTypein interface- FactoryBean<PeriodicTrigger>
 
 
-