mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-10 03:55:58 +00:00
NO-JIRA small doc on ActiveMQScheduledComponent
(cherry picked from commit bc97720bf28e5798c758a2eeffac0ec5f88a42ba)
This commit is contained in:
parent
b097ef381e
commit
b267e8a741
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user