85.3. Spring Boot Auto-Configuration
コンポーネントは、以下に記載される 18 のオプションをサポートします。
名前 | 説明 | デフォルト | タイプ |
---|---|---|---|
camel.component.disruptor-vm.buffer-size | リングバッファーサイズを設定する場合 | 1024 | Integer |
camel.component.disruptor-vm.default-block-when-full | フル時のブロックのデフォルト値を設定するにはデフォルト値は true です。 | true | Boolean |
camel.component.disruptor-vm.default-concurrent-consumers | 同時コンシューマーのデフォルト数を設定するには | 1 | Integer |
camel.component.disruptor-vm.default-multiple-consumers | 複数のコンシューマーのデフォルト値を設定するには | false | Boolean |
camel.component.disruptor-vm.default-producer-type | DisruptorProducerType のデフォルト値を設定するにはデフォルト値は Multi です。 | DisruptorProducerType | |
camel.component.disruptor-vm.default-wait-strategy | DisruptorWaitStrategy のデフォルト値を設定するにはデフォルト値は Blocking です。 | DisruptorWaitStrategy | |
camel.component.disruptor-vm.enabled | disruptor-vm コンポーネントを有効にする | true | Boolean |
camel.component.disruptor-vm.resolve-property-placeholders | 起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。 | true | Boolean |
camel.component.disruptor.buffer-size | リングバッファーサイズを設定する場合 | 1024 | Integer |
camel.component.disruptor.default-block-when-full | フル時のブロックのデフォルト値を設定するにはデフォルト値は true です。 | true | Boolean |
camel.component.disruptor.default-concurrent-consumers | 同時コンシューマーのデフォルト数を設定するには | 1 | Integer |
camel.component.disruptor.default-multiple-consumers | 複数のコンシューマーのデフォルト値を設定するには | false | Boolean |
camel.component.disruptor.default-producer-type | DisruptorProducerType のデフォルト値を設定するにはデフォルト値は Multi です。 | DisruptorProducerType | |
camel.component.disruptor.default-wait-strategy | DisruptorWaitStrategy のデフォルト値を設定するにはデフォルト値は Blocking です。 | DisruptorWaitStrategy | |
camel.component.disruptor.enabled | disruptor コンポーネントを有効にする | true | Boolean |
camel.component.disruptor.resolve-property-placeholders | 起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。 | true | Boolean |
camel.component.disruptor-vm.queue-size | リングバッファーサイズを設定する場合 | Integer | |
camel.component.disruptor.queue-size | リングバッファーサイズを設定する場合 | Integer |