NO-JIRA small doc on ActiveMQScheduledComponent

This commit is contained in:
Clebert Suconic 2017-10-26 15:38:32 -04:00
parent 09a5d6f1c6
commit bc97720bf2
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ public abstract class ActiveMQScheduledComponent implements ActiveMQComponent, R
private static final Logger logger = Logger.getLogger(ActiveMQScheduledComponent.class);
private ScheduledExecutorService scheduledExecutorService;
private boolean startedOwnScheduler;
/** initialDelay < 0 would mean no initial delay, use the period instead */
private long initialDelay;
private long period;
private long millisecondsPeriod;