84.2. 选项
所有这些选项对 breakor 和 disruption or -vm: 组件都有效。
Disruptor 组件支持 8 个选项,它们如下。
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
defaultConcurrent Consumers (consumer) | 配置默认并发用户数 | 1 | int |
默认多使用者(消费者 ) | 为多个消费者配置默认值 | false | 布尔值 |
defaultProducerType (producer) | 要为 DisruptorProducerType 配置默认值,默认值为 Multi。 | multi | DisruptorProducerType |
defaultWaitStrategy (consumer) | 要为 DisruptorWaitStrategy 配置默认值,默认值为 Blocking。 | Blocking | DisruptorWaitStrategy |
defaultBlockWhenFull (producer) | 当 full The 默认值为 true 时为 block 配置默认值。 | true | 布尔值 |
queueSize (common) | 弃用了 配置环缓冲大小 | int | |
bufferSize (common) | 配置环缓冲大小 | 1024 | int |
resolveProperty Placeholders (advanced) | 启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。 | true | 布尔值 |
Disruptor 端点使用 URI 语法进行配置:
disruptor:name
使用以下路径和查询参数:
84.2.1. 路径名(1 参数):
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
name | 队列 所需的 名称 | 字符串 |