Class PeriodicTriggerFactoryBean

java.lang.Object
org.springframework.integration.config.PeriodicTriggerFactoryBean
All Implemented Interfaces:
FactoryBean<PeriodicTrigger>

public class PeriodicTriggerFactoryBean extends Object implements 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
  • Constructor Details

    • PeriodicTriggerFactoryBean

      public PeriodicTriggerFactoryBean()
  • Method Details