public interface JobScheduler
| Modifier and Type | Method and Description |
|---|---|
void |
scheduleAtFixedRate(Runnable job,
String jobName,
long delay,
long period) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.