schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
noodl.schema.json
opacity
Applies a transparenct style effect. The lower the opacity, the more the transparent effect is applied
{"examples": ["0.5"], "type": "number"}
noodl.schema.json
overflow
If hidden, any styles flowing outside of a component's bounds will be invisible
{"examples": ["hidden"], "type": "string"}
noodl.schema.json
shadow
Applies a box shadow effect
{"oneOf": [{"examples": ["true", "false"], "type": "string"}, {"type": "boolean"}]}
noodl.schema.json
top
Top position. The greater the value, the further away from the top position
{}
noodl.schema.json
zIndex
Applies a level of precedence/importance to a component. The higher the zIndex the higher level the component will be placed. For example, if a child 3 levels down applies a higher zIndex than the parent, then the child will appear to be on top in the page
{"examples": ["\"1000\""], "type": "string"}
noodl.schema.json
Text
Used to display text in the user interface. Most commonly used in label components
{"oneOf": [{"type": "string"}, {}]}
noodl.schema.json
TextBoard
A component that contains children of text that are positioned inline (side by side)
{"items": {"properties": {"color": {"type": "string"}, "text": {}}, "type": "object"}, "type": "array"}
noodl.schema.json
UserEvent
An event in the form of an ActionChain that triggers from user interactions, like onClick and onFocus
{"anyOf": [{"type": "object"}, {}]}
noodl.schema.json
Value
A valid value in accordance to the noodl specification
{"oneOf": [{"type": "string"}, {}, {"type": "number"}, {"type": "object"}, {"type": "array"}, {}, {"type": "null"}, {}, {"properties": {"emit": {}}, "type": "object"}]}
noodl.schema.json
ViewTag
An identifier which is used to bind a component and an action together. Actions can define a viewTag that invokes certain behavior towards a component. The component must also contain the same viewTag key/value. If multiple components have the same viewTag, then the action will effect multiple components
{"type": "string"}
zcodeformat-schema-0.0.1.json
JSON schema for zcodeformat.yaml or zcodeformat.json code formatter preferences files. Version 0.0.1 -- Licensed Materials - Property of IBM - (c) Copyright IBM Corporation 2022. All Rights Reserved.
{"$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": {"additionalProperties": false, "cobol": {}, "copybook": {}}, "definitions": {"copybookCapitalizationOptions": {"enum": ["upper", "lower"]}, "cobolCapitalizationOptions": {"enum": ["none", "upper", "lower", "mixed"]}, "cobol": {"additionalProperties": false, "type": "object", "properties": {"dataDivision": {"additionalProperties": false, "type": "object", "properties": {"enableIndentation": {"type": "boolean", "default": true}, "indentation": {"type": "object"}, "alignPictureClauses": {"type": "boolean", "default": true}, "alignValueClauses": {"type": "boolean", "default": true}}, "anyOf": [{"properties": {"enableIndentation": {"const": false}, "indentation": {"type": "object", "additionalProperties": false}}}, {"properties": {"enableIndentation": {"const": true}, "indentation": {}}}]}, "procedureDivision": {"additionalProperties": false, "type": "object", "properties": {"enableIndentation": {"type": "boolean", "default": true}, "indentation": {"type": "object"}}, "anyOf": [{"properties": {"enableIndentation": {"const": false}, "indentation": {"type": "object", "additionalProperties": false}}}, {"properties": {"enableIndentation": {"const": true}, "indentation": {}}}]}, "reservedWordCase": {"type": "string", "default": "upper"}, "userDefinedWordCase": {"type": "string", "default": "upper"}, "commentCase": {"type": "string", "default": "none"}, "functionCase": {"type": "string", "default": "upper"}, "dateFormatCase": {"type": "string", "default": "upper"}, "compilerDirectiveCase": {"type": "string", "default": "upper"}, "endOfAreaB": {"type": "integer", "default": -1, "oneOf": [{"minimum": -1, "maximum": -1}, {"minimum": 50, "maximum": 100}]}, "lineWrappingStyle": {"type": "string", "default": "wrapToNextLine", "enum": ["wrapToNextLine", "noIndent", "indentToAreaB", "indentPastAreaB"]}}}, "copybook": {"additionalProperties": false, "type": "object", "properties": {"codeCase": {"type": "string", "default": "upper"}, "commentCase": {"type": "string", "default": "upper"}}}, "dataDivIndent": {"type": "object", "additionalProperties": false, "properties": {"startOfAreaA": {"type": "integer", "default": 8, "minimum": 8, "maximum": 11}, "indentLength": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}}}, "procDivIndent": {"type": "object", "additionalProperties": false, "properties": {"startOfAreaA": {"type": "integer", "default": 8, "minimum": 8, "maximum": 11}, "startOfAreaB": {"type": "integer", "default": 12, "minimum": 12, "maximum": 16}, "indentMultipleLineStatements": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}, "alignLists": {"type": "boolean", "default": true}, "indentForAllBlocks": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}, "blocks": {"type": "object"}}, "anyOf": [{"properties": {"indentForAllBlocks": {"type": "number"}, "blocks": {"type": "object", "additionalProperties": false}}}, {"properties": {"indentForAllBlocks": false, "blocks": {}}}]}, "blockIndent": {"type": "object", "additionalProperties": false, "properties": {"indentAtEndBlock": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}, "indentAtEndOfPageBlock": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}, "indentExecBlock": {"type": "integer", "default": 5, "minimum": 0, "maximum": 10}, "indentEndExecPhrase": {"type": "boolean", "default": true}, "indentIfBlock": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}, "indentInvalidKeyBlock": {"type": "integer", "default": 8, "minimum": 0, "maximum": 10}, "indentNotAtEndBlock": {"type": "integer", "default": 4, "minimum": 0, "maximum": 10}, "indentNotAtEndOfPageBlock": {"type": "integer", "default": 4, "minimum": 0, "maximum": 10}, "indentNotInvalidKeyBlock": {"type": "integer", "default": 4, "minimum": 0, "maximum": 10}, "indentNotOnExceptionBlock": {"type": "integer", "default": 4, "minimum": 0, "maximum": 10}, "indentNotOnOverflowBlock": {"type": "integer", "default": 4, "minimum": 0, "maximum": 10}, "indentNotOnSizeErrorBlock": {"type": "integer", "default": 4, "minimum": 0, "maximum": 10}, "indentOnExceptionBlock": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}, "indentOnOverflowBlock": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}, "indentOnSizeErrorBlock": {"type": "integer", "default": 3, "minimum": 0, "maximum": 10}, "indentPerformBlock": {"type": "integer", "default": 8, "minimum": 0, "maximum": 10}, "indentWhenBlock": {"type": "integer", "default": 5, "minimum": 0, "maximum": 10}}}}}
zcodeformat-schema-0.0.1.json
enableIndentation
Enable indentation of record descriptions If false, startOfAreaA and indentLength are not allowed
{"type": "boolean", "default": true}
zcodeformat-schema-0.0.1.json
indentation
Indentation objects based on enableIndentation
{"type": "object"}
zcodeformat-schema-0.0.1.json
alignPictureClauses
Align PICTURE Clauses
{"type": "boolean", "default": true}
zcodeformat-schema-0.0.1.json
alignValueClauses
Align VALUE Clauses
{"type": "boolean", "default": true}
zcodeformat-schema-0.0.1.json
enableIndentation
Enable indentation of procedure divisions
{"type": "boolean", "default": true}
zcodeformat-schema-0.0.1.json
indentation
Indentation objects based on enableIndentation
{"type": "object"}
zcodeformat-schema-0.0.1.json
reservedWordCase
Reserved words
{"type": "string", "default": "upper"}
zcodeformat-schema-0.0.1.json
userDefinedWordCase
User-defined words
{"type": "string", "default": "upper"}
zcodeformat-schema-0.0.1.json
commentCase
Comment
{"type": "string", "default": "none"}
zcodeformat-schema-0.0.1.json
functionCase
Function
{"type": "string", "default": "upper"}
zcodeformat-schema-0.0.1.json
dateFormatCase
Date format
{"type": "string", "default": "upper"}
zcodeformat-schema-0.0.1.json
compilerDirectiveCase
Compiler directive
{"type": "string", "default": "upper"}
zcodeformat-schema-0.0.1.json
endOfAreaB
End of Area B If -1, will use Margin R as the end of Area B
{"type": "integer", "default": -1, "oneOf": [{"minimum": -1, "maximum": -1}, {"minimum": 50, "maximum": 100}]}
zcodeformat-schema-0.0.1.json
lineWrappingStyle
If indentation moves code beyond Area B
{"type": "string", "default": "wrapToNextLine", "enum": ["wrapToNextLine", "noIndent", "indentToAreaB", "indentPastAreaB"]}
zcodeformat-schema-0.0.1.json
codeCase
Format copybook code in uppercase
{"type": "string", "default": "upper"}
zcodeformat-schema-0.0.1.json
commentCase
Format copybook comments in uppercase
{"type": "string", "default": "upper"}
zcodeformat-schema-0.0.1.json
startOfAreaA
Start of Area A Cannot be used if enableIndentation is false
{"type": "integer", "default": 8, "minimum": 8, "maximum": 11}
zcodeformat-schema-0.0.1.json
indentLength
Indent Length Cannot be used if enableIndentation is false
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
startOfAreaA
Start of Area A Cannot be used if enableIndentation is false
{"type": "integer", "default": 8, "minimum": 8, "maximum": 11}
zcodeformat-schema-0.0.1.json
startOfAreaB
Start of Area B Cannot be used if enableIndentation is false
{"type": "integer", "default": 12, "minimum": 12, "maximum": 16}
zcodeformat-schema-0.0.1.json
indentMultipleLineStatements
Multiple line statement indent length Cannot be used if enableIndentation is false use -1 to disable
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
alignLists
Align lists Cannot be used if enableIndentation is false
{"type": "boolean", "default": true}
zcodeformat-schema-0.0.1.json
indentForAllBlocks
Fixed indent length to use for all blocks Cannot be used if enableIndentation is false Cannot be used with other individual block indent values
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
blocks
Individual block indent values
{"type": "object"}
zcodeformat-schema-0.0.1.json
indentAtEndBlock
Indent length of AT END block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentAtEndOfPageBlock
Indent length of AT END OF PAGE block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentExecBlock
Indent length of EXEC block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 5, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentEndExecPhrase
Indent END-EXEC phrase Cannot be used if enableIndentation is false END-EXEC phrase will be indented with Exec Block
{"type": "boolean", "default": true}
zcodeformat-schema-0.0.1.json
indentIfBlock
Indent length of IF block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentInvalidKeyBlock
Indent length of INVALID KEY block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 8, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentNotAtEndBlock
Indent length of NOT AT END block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 4, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentNotAtEndOfPageBlock
Indent length of NOT AT END OF PAGE block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 4, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentNotInvalidKeyBlock
Indent length of INVALID KEY Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 4, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentNotOnExceptionBlock
Indent length of NOT ON EXCEPTION block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 4, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentNotOnOverflowBlock
Indent length of NOT ON OVERFLOW block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 4, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentNotOnSizeErrorBlock
Indent length of NOT ON SIZE ERROR block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 4, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentOnExceptionBlock
Indent length of ON EXCEPTION block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentOnOverflowBlock
Indent length of ON OVERFLOW block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentOnSizeErrorBlock
Indent length of ON SIZE ERROR block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 3, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentPerformBlock
Indent length of PERFORM block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 8, "minimum": 0, "maximum": 10}
zcodeformat-schema-0.0.1.json
indentWhenBlock
Indent length of WHEN block Cannot be used if enableIndentation is false Cannot be used if indentForAllBlocks is used
{"type": "integer", "default": 5, "minimum": 0, "maximum": 10}
camel-yaml-dsl.json
org.apache.camel.model.AggregateDefinition
Aggregates many messages into a single message
{"type": "object", "properties": {"aggregate-controller": {"type": "string"}, "aggregation-repository": {"type": "string"}, "aggregation-strategy": {"type": "string"}, "aggregation-strategy-method-allow-null": {"type": "boolean"}, "aggregation-strategy-method-name": {"type": "string"}, "close-correlation-key-on-completion": {"type": "number"}, "complete-all-on-stop": {"type": "boolean"}, "completion-from-batch-consumer": {"type": "boolean"}, "completion-interval": {"type": "string"}, "completion-on-new-correlation-group": {"type": "boolean"}, "completion-predicate": {}, "completion-size": {"type": "number"}, "completion-size-expression": {}, "completion-timeout": {"type": "string"}, "completion-timeout-checker-interval": {"type": "string", "default": "1000"}, "completion-timeout-expression": {}, "correlation-expression": {}, "disabled": {"type": "boolean"}, "discard-on-aggregation-failure": {"type": "boolean"}, "discard-on-completion-timeout": {"type": "boolean"}, "eager-check-completion": {"type": "boolean"}, "executor-service": {"type": "string"}, "force-completion-on-stop": {"type": "boolean"}, "id": {"type": "string"}, "ignore-invalid-correlation-keys": {"type": "boolean"}, "inherit-error-handler": {"type": "boolean"}, "optimistic-lock-retry-policy": {}, "optimistic-locking": {"type": "boolean"}, "parallel-processing": {"type": "boolean"}, "steps": {"type": "array", "items": {}}, "timeout-checker-executor-service": {"type": "string"}}, "required": ["aggregation-strategy"]}
camel-yaml-dsl.json
aggregate-controller
To use a org.apache.camel.processor.aggregate.AggregateController to allow external sources to control this aggregator.
{"type": "string"}
camel-yaml-dsl.json
aggregation-repository
The AggregationRepository to use. Sets the custom aggregate repository to use. Will by default use org.apache.camel.processor.aggregate.MemoryAggregationRepository
{"type": "string"}
camel-yaml-dsl.json
aggregation-strategy
The AggregationStrategy to use. For example to lookup a bean with the name foo, the value is simply just #bean:foo. Configuring an AggregationStrategy is required, and is used to merge the incoming Exchange with the existing already merged exchanges. At first call the oldExchange parameter is null. On subsequent invocations the oldExchange contains the merged exchanges and newExchange is of course the new incoming Exchange.
{"type": "string"}
camel-yaml-dsl.json
aggregation-strategy-method-allow-null
If this option is false then the aggregate method is not used for the very first aggregation. If this option is true then null values is used as the oldExchange (at the very first aggregation), when using beans as the AggregationStrategy.
{"type": "boolean"}
camel-yaml-dsl.json
aggregation-strategy-method-name
This option can be used to explicit declare the method name to use, when using beans as the AggregationStrategy.
{"type": "string"}
camel-yaml-dsl.json
close-correlation-key-on-completion
Closes a correlation key when its complete. Any late received exchanges which has a correlation key that has been closed, it will be defined and a ClosedCorrelationKeyException is thrown.
{"type": "number"}
camel-yaml-dsl.json
complete-all-on-stop
Indicates to wait to complete all current and partial (pending) aggregated exchanges when the context is stopped. This also means that we will wait for all pending exchanges which are stored in the aggregation repository to complete so the repository is empty before we can stop. You may want to enable this when using the memory based aggregation repository that is memory based only, and do not store data on disk. When this option is enabled, then the aggregator is waiting to complete all those exchanges before its stopped, when stopping CamelContext or the route using it.
{"type": "boolean"}
camel-yaml-dsl.json
completion-from-batch-consumer
Enables the batch completion mode where we aggregate from a org.apache.camel.BatchConsumer and aggregate the total number of exchanges the org.apache.camel.BatchConsumer has reported as total by checking the exchange property org.apache.camel.Exchange#BATCH_COMPLETE when its complete. This option cannot be used together with discardOnAggregationFailure.
{"type": "boolean"}
camel-yaml-dsl.json
completion-interval
A repeating period in millis by which the aggregator will complete all current aggregated exchanges. Camel has a background task which is triggered every period. You cannot use this option together with completionTimeout, only one of them can be used.
{"type": "string"}
camel-yaml-dsl.json
completion-on-new-correlation-group
Enables completion on all previous groups when a new incoming correlation group. This can for example be used to complete groups with same correlation keys when they are in consecutive order. Notice when this is enabled then only 1 correlation group can be in progress as when a new correlation group starts, then the previous groups is forced completed.
{"type": "boolean"}
camel-yaml-dsl.json
completion-predicate
A Predicate to indicate when an aggregated exchange is complete. If this is not specified and the AggregationStrategy object implements Predicate, the aggregationStrategy object will be used as the completionPredicate.
{}
camel-yaml-dsl.json
completion-size
Number of messages aggregated before the aggregation is complete. This option can be set as either a fixed value or using an Expression which allows you to evaluate a size dynamically - will use Integer as result. If both are set Camel will fallback to use the fixed value if the Expression result was null or 0.
{"type": "number"}
camel-yaml-dsl.json
completion-size-expression
Number of messages aggregated before the aggregation is complete. This option can be set as either a fixed value or using an Expression which allows you to evaluate a size dynamically - will use Integer as result. If both are set Camel will fallback to use the fixed value if the Expression result was null or 0.
{}
camel-yaml-dsl.json
completion-timeout
Time in millis that an aggregated exchange should be inactive before its complete (timeout). This option can be set as either a fixed value or using an Expression which allows you to evaluate a timeout dynamically - will use Long as result. If both are set Camel will fallback to use the fixed value if the Expression result was null or 0. You cannot use this option together with completionInterval, only one of the two can be used. By default the timeout checker runs every second, you can use the completionTimeoutCheckerInterval option to configure how frequently to run the checker. The timeout is an approximation and there is no guarantee that the a timeout is triggered exactly after the timeout value. It is not recommended to use very low timeout values or checker intervals.
{"type": "string"}
camel-yaml-dsl.json
completion-timeout-checker-interval
Interval in millis that is used by the background task that checks for timeouts ( org.apache.camel.TimeoutMap ). By default the timeout checker runs every second. The timeout is an approximation and there is no guarantee that the a timeout is triggered exactly after the timeout value. It is not recommended to use very low timeout values or checker intervals.
{"type": "string", "default": "1000"}
camel-yaml-dsl.json
completion-timeout-expression
Time in millis that an aggregated exchange should be inactive before its complete (timeout). This option can be set as either a fixed value or using an Expression which allows you to evaluate a timeout dynamically - will use Long as result. If both are set Camel will fallback to use the fixed value if the Expression result was null or 0. You cannot use this option together with completionInterval, only one of the two can be used. By default the timeout checker runs every second, you can use the completionTimeoutCheckerInterval option to configure how frequently to run the checker. The timeout is an approximation and there is no guarantee that the a timeout is triggered exactly after the timeout value. It is not recommended to use very low timeout values or checker intervals.
{}
camel-yaml-dsl.json
correlation-expression
The expression used to calculate the correlation key to use for aggregation. The Exchange which has the same correlation key is aggregated together. If the correlation key could not be evaluated an Exception is thrown. You can disable this by using the ignoreBadCorrelationKeys option.
{}
camel-yaml-dsl.json
description
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
disabled
Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.
{"type": "boolean"}
camel-yaml-dsl.json
discard-on-aggregation-failure
Discards the aggregated message when aggregation failed (an exception was thrown from AggregationStrategy . This means the partly aggregated message is dropped and not sent out of the aggregator. This option cannot be used together with completionFromBatchConsumer.
{"type": "boolean"}
camel-yaml-dsl.json
discard-on-completion-timeout
Discards the aggregated message on completion timeout. This means on timeout the aggregated message is dropped and not sent out of the aggregator.
{"type": "boolean"}
camel-yaml-dsl.json
eager-check-completion
Use eager completion checking which means that the completionPredicate will use the incoming Exchange. As opposed to without eager completion checking the completionPredicate will use the aggregated Exchange.
{"type": "boolean"}
camel-yaml-dsl.json
executor-service
If using parallelProcessing you can specify a custom thread pool to be used. In fact also if you are not using parallelProcessing this custom thread pool is used to send out aggregated exchanges as well.
{"type": "string"}
camel-yaml-dsl.json
force-completion-on-stop
Indicates to complete all current aggregated exchanges when the context is stopped
{"type": "boolean"}
camel-yaml-dsl.json
id
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
ignore-invalid-correlation-keys
If a correlation key cannot be successfully evaluated it will be ignored by logging a DEBUG and then just ignore the incoming Exchange.
{"type": "boolean"}
camel-yaml-dsl.json
optimistic-lock-retry-policy
Allows to configure retry settings when using optimistic locking.
{}
camel-yaml-dsl.json
optimistic-locking
Turns on using optimistic locking, which requires the aggregationRepository being used, is supporting this by implementing org.apache.camel.spi.OptimisticLockingAggregationRepository .
{"type": "boolean"}
camel-yaml-dsl.json
parallel-processing
When aggregated are completed they are being send out of the aggregator. This option indicates whether or not Camel should use a thread pool with multiple threads for concurrency. If no custom thread pool has been specified then Camel creates a default pool with 10 concurrent threads.
{"type": "boolean"}
camel-yaml-dsl.json
timeout-checker-executor-service
If using either of the completionTimeout, completionTimeoutExpression, or completionInterval options a background thread is created to check for the completion for every aggregator. Set this option to provide a custom thread pool to be used rather than creating a new thread for every aggregator.
{"type": "string"}
camel-yaml-dsl.json
org.apache.camel.model.BeanDefinition
Calls a Java bean
{"oneOf": [{"type": "string"}, {"type": "object", "properties": {"bean-type": {"type": "string"}, "disabled": {"type": "boolean"}, "id": {"type": "string"}, "inherit-error-handler": {"type": "boolean"}, "method": {"type": "string"}, "ref": {"type": "string"}, "scope": {"type": "string", "default": "Singleton", "enum": ["Singleton", "Request", "Prototype"]}}}]}
camel-yaml-dsl.json
bean-type
Sets the class name (fully qualified) of the bean to use
{"type": "string"}
camel-yaml-dsl.json
description
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
disabled
Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.
{"type": "boolean"}
camel-yaml-dsl.json
id
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
method
Sets the method name on the bean to use
{"type": "string"}
camel-yaml-dsl.json
ref
Sets a reference to an exiting bean to use, which is looked up from the registry
{"type": "string"}
camel-yaml-dsl.json
scope
Scope of bean. When using singleton scope (default) the bean is created or looked up only once and reused for the lifetime of the endpoint. The bean should be thread-safe in case concurrent threads is calling the bean at the same time. When using request scope the bean is created or looked up once per request (exchange). This can be used if you want to store state on a bean while processing a request and you want to call the same bean instance multiple times while processing the request. The bean does not have to be thread-safe as the instance is only called from the same request. When using prototype scope, then the bean will be looked up or created per call. However in case of lookup then this is delegated to the bean registry such as Spring or CDI (if in use), which depends on their configuration can act as either singleton or prototype scope. So when using prototype scope then this depends on the bean registry implementation.
{"type": "string", "default": "Singleton", "enum": ["Singleton", "Request", "Prototype"]}
camel-yaml-dsl.json
org.apache.camel.model.CatchDefinition
Catches exceptions as part of a try, catch, finally block
{"type": "object", "properties": {"disabled": {"type": "boolean"}, "exception": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "inherit-error-handler": {"type": "boolean"}, "on-when": {}, "steps": {"type": "array", "items": {}}}}
camel-yaml-dsl.json
description
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
disabled
Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.
{"type": "boolean"}
camel-yaml-dsl.json
exception
The exception(s) to catch.
{"type": "array", "items": {"type": "string"}}
camel-yaml-dsl.json
id
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
on-when
Sets an additional predicate that should be true before the onCatch is triggered. To be used for fine grained controlling whether a thrown exception should be intercepted by this exception type or not.
{}
camel-yaml-dsl.json
org.apache.camel.model.ChoiceDefinition
Route messages based on a series of predicates
{"type": "object", "properties": {"disabled": {"type": "boolean"}, "id": {"type": "string"}, "inherit-error-handler": {"type": "boolean"}, "otherwise": {}, "precondition": {"type": "boolean"}, "steps": {"type": "array", "items": {}}, "when": {"type": "array", "items": {}}}}
camel-yaml-dsl.json
description
Sets the id of this node
{"type": "string"}
camel-yaml-dsl.json
disabled
Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.
{"type": "boolean"}