public interface RuleEngineService
| Modifier and Type | Method and Description |
|---|---|
static RuleEngineService |
create(io.vertx.core.Vertx vertx,
java.util.function.Function<cn.geekcity.xiot.spec.device.Device,io.vertx.core.Future<cn.geekcity.xiot.spec.image.DeviceImage>> getImage,
cn.geekcity.xiot.spec.time.service.DayService day,
RuleService rule,
RuleAgentService runner,
cc.openxiot.gateway.device.typedef.manager.DeviceManager manager) |
io.vertx.core.Future<java.lang.Void> |
start()
启动
|
io.vertx.core.Future<java.lang.Void> |
stop()
停止
|
static RuleEngineService create(io.vertx.core.Vertx vertx, java.util.function.Function<cn.geekcity.xiot.spec.device.Device,io.vertx.core.Future<cn.geekcity.xiot.spec.image.DeviceImage>> getImage, cn.geekcity.xiot.spec.time.service.DayService day, RuleService rule, RuleAgentService runner, cc.openxiot.gateway.device.typedef.manager.DeviceManager manager)
io.vertx.core.Future<java.lang.Void> start()
io.vertx.core.Future<java.lang.Void> stop()