public static interface SchedulerMultiWorkerSupport.WorkerCallback
SchedulerMultiWorkerSupport.createWorkers(int, WorkerCallback)
method.Modifier and Type | Method and Description |
---|---|
void |
onWorker(int index,
Scheduler.Worker worker)
Called with the Worker index and instance.
|
void onWorker(int index, @NonNull Scheduler.Worker worker)
index
- the worker index, zero-basedworker
- the worker instanceCopyright © 2018 JBoss by Red Hat. All rights reserved.