Name | Type | Description |
---|---|---|
componentName | java.lang.String | |
consumes | java.lang.String | |
description | java.lang.String | |
exchangePattern | org.apache.camel.ExchangePattern | Sets the default exchange pattern to use for {@link #createExchange()}. The default value is {@link ExchangePattern#InOnly} |
inType | java.lang.String | |
method | java.lang.String | |
outType | java.lang.String | |
path | java.lang.String | |
produces | java.lang.String | |
routeId | java.lang.String | |
synchronous | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). @param synchronous true to enforce synchronous processing |
uriTemplate | java.lang.String |