Interface FlowableEndpointBuilderFactory.FlowableBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
FlowableEndpointBuilderFactory
public static interface FlowableEndpointBuilderFactory.FlowableBuilders
-
Method Summary
Modifier and TypeMethodDescriptionFlowable (camel-flowable) Send and receive messages from the Flowable BPMN and CMMN engines.Flowable (camel-flowable) Send and receive messages from the Flowable BPMN and CMMN engines.
-
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 namepath
- channelKey- Returns:
- the dsl builder
-