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 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

      default XChangeEndpointBuilderFactory.XChangeEndpointBuilder currencyPair(String 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