public interface WorkConsumerJob
See also WorkProducerJob.
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Starts the consumers.
|
void |
stop()
Stops the consumers.
|
void start()
Make sure you call stop() for a clean shutdown if you called this method.
Once stopped, this method can be used to restart the consumers.
void stop()
Copyright © 2018. All rights reserved.