public interface DeviceStateChecker
| 限定符和类型 | 方法和说明 |
|---|---|
@NotNull reactor.core.publisher.Mono<Byte> |
checkState(@NotNull DeviceOperator device)
检查设备状态
|
default long |
order()
排序需要,值越小优先级越高
|
@NotNull @NotNull reactor.core.publisher.Mono<Byte> checkState(@NotNull @NotNull DeviceOperator device)
device - 设备操作接口DeviceStateDeviceStatedefault long order()
Copyright © 2019–2022. All rights reserved.