155.3. Spring Boot Auto-Configuration

组件支持 7 个选项,如下所示。

名称描述默认类型

camel.component.iec60870-server.default-connection-options.background-scan-period

后台传输周期间的 "ms"。<p> 如果将其设置为零或更少,后台传输将被禁用。</p>

 

整数

camel.component.iec60870-server.default-connection-options.booleans-with-timestamp

使用时间戳发送布尔值

 

布尔值

camel.component.iec60870-server.default-connection-options.buffering-period

在"ms"层中,协议层中的时间周期将缓冲更改事件,以便发送聚合的更改消息

 

整数

camel.component.iec60870-server.default-connection-options.floats-with-timestamp

使用时间戳发送浮点值

 

布尔值

camel.component.iec60870-server.default-connection-options.spontaneous-duplicates

在缓冲区中保留的spontaneous 事件数量。<p> 当缓冲区中的事件数量超过这个数量时,事件会被丢弃,以便保持缓冲区大小。</p>

 

整数

camel.component.iec60870-server.enabled

是否启用 iec60870-server 组件的自动配置。默认启用。

 

布尔值

camel.component.iec60870-server.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值