package dst.ass3.elastic;

public interface IElasticityController {

    void adjustWorkers() throws ContainerException;

}
