OptaPlanner endpoint for Camel
Name | Kind | Group | Required | Default | Type | Enum | Description |
---|---|---|---|---|---|---|---|
configFile | path | common | true | java.lang.String | Specifies the location to the solver file | ||
solverId | parameter | common | DEFAULT_SOLVER | java.lang.String | Specifies the solverId to user for the solver instance key | ||
async | parameter | producer | false | boolean | Specifies to perform operations in async mode | ||
threadPoolSize | parameter | producer | 10 | int | Specifies the thread pool size to use when async is true | ||
exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |