Package | Description |
---|---|
org.axonframework.axonserver.connector.util |
Modifier and Type | Method and Description |
---|---|
Scheduler.ScheduledTask |
Scheduler.scheduleWithFixedDelay(Runnable command,
long initialDelay,
long delay,
TimeUnit timeUnit)
Schedules a
command to be executed periodically after initialDelay . |
Copyright © 2010–2020. All rights reserved.