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 Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
void
setFixedDelayValue
(String fixedDelayValue) void
setFixedRateValue
(String fixedRateValue) void
setInitialDelayValue
(String initialDelayValue) void
setTimeUnit
(TimeUnit timeUnit) 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
-
Constructor Details
-
PeriodicTriggerFactoryBean
public PeriodicTriggerFactoryBean()
-
-
Method Details
-
setFixedDelayValue
-
setFixedRateValue
-
setInitialDelayValue
-
setTimeUnit
-
getObject
- Specified by:
getObject
in interfaceFactoryBean<PeriodicTrigger>
-
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<PeriodicTrigger>
-