Interface BonitaEndpointBuilderFactory.BonitaBuilders

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

public static interface BonitaEndpointBuilderFactory.BonitaBuilders
  • Method Details

    • bonita

      Bonita (camel-bonita) Communicate with a remote Bonita BPM process engine. Category: workflow Since: 2.19 Maven coordinates: org.apache.camel:camel-bonita Syntax: bonita:operation Path parameter: operation (required) Operation to use There are 1 enums and the value can be one of: startCase
      Parameters:
      path - operation
      Returns:
      the dsl builder
    • bonita

      default BonitaEndpointBuilderFactory.BonitaEndpointBuilder bonita(String componentName, String path)
      Bonita (camel-bonita) Communicate with a remote Bonita BPM process engine. Category: workflow Since: 2.19 Maven coordinates: org.apache.camel:camel-bonita Syntax: bonita:operation Path parameter: operation (required) Operation to use There are 1 enums and the value can be one of: startCase
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - operation
      Returns:
      the dsl builder