Package com.aquima.web.config.properties
Class SchedulerConfigProperties
java.lang.Object
com.aquima.web.config.properties.SchedulerConfigProperties
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@RefreshScope
@ConfigurationProperties(prefix="blueriq.scheduler-quartz")
@Component
public class SchedulerConfigProperties
extends Object
implements org.springframework.beans.factory.InitializingBean
- Since:
- 10.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
boolean
void
setHandleModelChanges
(boolean handleModelChanges) void
setRetryInterval
(int retryInterval)
-
Field Details
-
Constructor Details
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
getRetryInterval
public int getRetryInterval() -
setRetryInterval
public void setRetryInterval(int retryInterval) -
isHandleModelChanges
public boolean isHandleModelChanges() -
setHandleModelChanges
public void setHandleModelChanges(boolean handleModelChanges)
-