Interface FlowableEndpointBuilderFactory.FlowableBuilders

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

public static interface FlowableEndpointBuilderFactory.FlowableBuilders
  • Method Details

    • flowable

      Flowable (camel-flowable) Send and receive messages from the Flowable BPMN and CMMN engines. Category: workflow Since: 4.9 Maven coordinates: org.apache.camel:camel-flowable Syntax: flowable:channelKey Path parameter: channelKey (required) The channel key
      Parameters:
      path - channelKey
      Returns:
      the dsl builder
    • flowable

      default FlowableEndpointBuilderFactory.FlowableEndpointBuilder flowable(String componentName, String path)
      Flowable (camel-flowable) Send and receive messages from the Flowable BPMN and CMMN engines. Category: workflow Since: 4.9 Maven coordinates: org.apache.camel:camel-flowable Syntax: flowable:channelKey Path parameter: channelKey (required) The channel key
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - channelKey
      Returns:
      the dsl builder