Interface WekaEndpointBuilderFactory.WekaBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
WekaEndpointBuilderFactory

public static interface WekaEndpointBuilderFactory.WekaBuilders
  • Method Details

    • weka

      Weka (camel-weka) Perform machine learning tasks using Weka. Category: datamining Since: 3.1 Maven coordinates: org.apache.camel:camel-weka Syntax: weka:command Path parameter: command (required) The command to use. There are 7 enums and the value can be one of: filter, model, read, write, push, pop, version
      Parameters:
      path - command
      Returns:
      the dsl builder
    • weka

      default WekaEndpointBuilderFactory.WekaEndpointBuilder weka(String componentName, String path)
      Weka (camel-weka) Perform machine learning tasks using Weka. Category: datamining Since: 3.1 Maven coordinates: org.apache.camel:camel-weka Syntax: weka:command Path parameter: command (required) The command to use. There are 7 enums and the value can be one of: filter, model, read, write, push, pop, version
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - command
      Returns:
      the dsl builder