Interface XChangeEndpointBuilderFactory.XChangeEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- XChangeEndpointBuilderFactory
public static interface XChangeEndpointBuilderFactory.XChangeEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the XChange component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()The currency.currency(org.knowm.xchange.currency.Currency currency) The currency.currencyPair(String currencyPair) The currency pair.The method to execute.method(org.apache.camel.component.xchange.XChangeConfiguration.XChangeMethod method) The method to execute.The service to call.service(org.apache.camel.component.xchange.XChangeConfiguration.XChangeService service) The service to call.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
currency
default XChangeEndpointBuilderFactory.XChangeEndpointBuilder currency(org.knowm.xchange.currency.Currency currency) The currency. The option is a: <code>org.knowm.xchange.currency.Currency</code> type. Group: producer- Parameters:
currency- the value to set- Returns:
- the dsl builder
-
currency
The currency. The option will be converted to a <code>org.knowm.xchange.currency.Currency</code> type. Group: producer- Parameters:
currency- the value to set- Returns:
- the dsl builder
-
currencyPair
The currency pair. The option is a: <code>java.lang.String</code> type. Group: producer- Parameters:
currencyPair- the value to set- Returns:
- the dsl builder
-
method
default XChangeEndpointBuilderFactory.XChangeEndpointBuilder method(org.apache.camel.component.xchange.XChangeConfiguration.XChangeMethod method) The method to execute. The option is a: <code>org.apache.camel.component.xchange.XChangeConfiguration.XChangeMethod</code> type. Required: true Group: producer- Parameters:
method- the value to set- Returns:
- the dsl builder
-
method
The method to execute. The option will be converted to a <code>org.apache.camel.component.xchange.XChangeConfiguration.XChangeMethod</code> type. Required: true Group: producer- Parameters:
method- the value to set- Returns:
- the dsl builder
-
service
default XChangeEndpointBuilderFactory.XChangeEndpointBuilder service(org.apache.camel.component.xchange.XChangeConfiguration.XChangeService service) The service to call. The option is a: <code>org.apache.camel.component.xchange.XChangeConfiguration.XChangeService</code> type. Required: true Group: producer- Parameters:
service- the value to set- Returns:
- the dsl builder
-
service
The service to call. The option will be converted to a <code>org.apache.camel.component.xchange.XChangeConfiguration.XChangeService</code> type. Required: true Group: producer- Parameters:
service- the value to set- Returns:
- the dsl builder
-