public interface AutoscalingHelper
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<cn.geekcity.xiot.spec.rule.execute.autoscaling.Autoscaling> |
compute(cn.geekcity.xiot.spec.rule.execute.autoscaling.Autoscaling autoscaling) |
static AutoscalingHelper |
create(java.util.function.Function<cn.geekcity.xiot.spec.device.Device,io.vertx.core.Future<cn.geekcity.xiot.spec.image.DeviceImage>> getImage) |
static AutoscalingHelper create(java.util.function.Function<cn.geekcity.xiot.spec.device.Device,io.vertx.core.Future<cn.geekcity.xiot.spec.image.DeviceImage>> getImage)
io.vertx.core.Future<cn.geekcity.xiot.spec.rule.execute.autoscaling.Autoscaling> compute(cn.geekcity.xiot.spec.rule.execute.autoscaling.Autoscaling autoscaling)