public interface IScalerListener
Modifier and Type | Method and Description |
---|---|
void |
workersScaledDown(int instancesRemoved)
called when new instances of workers are removed from the job
|
void |
workersScaledUp(int instancesAdded)
called when new instances of workers are added the job
|
void workersScaledUp(int instancesAdded)
instancesAdded
- void workersScaledDown(int instancesRemoved)
instancesRemoved
-