public interface BoltWorker
| Modifier and Type | Method and Description |
|---|---|
void |
enqueue(Job job)
Add a new job to the job queue.
|
void |
halt()
Shut down the worker.
|
void |
interrupt()
Interrupt and stop the current action but remain open for new actions.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.