Interface JBPMEndpointBuilderFactory.JBPMBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
- JBPMEndpointBuilderFactory
public static interface JBPMEndpointBuilderFactory.JBPMBuilders
-
Method Summary
Modifier and TypeMethodDescriptionjbpm()
JBPM (camel-jbpm) Interact with jBPM workflow engine over REST.JBPM (camel-jbpm) Interact with jBPM workflow engine over REST.JBPM (camel-jbpm) Interact with jBPM workflow engine over REST.
-
Method Details
-
jbpm
JBPM (camel-jbpm) Interact with jBPM workflow engine over REST. Category: api,workflow Since: 2.6 Maven coordinates: org.apache.camel:camel-jbpm- Returns:
- the dsl builder for the headers' name.
-
jbpm
JBPM (camel-jbpm) Interact with jBPM workflow engine over REST. Category: api,workflow Since: 2.6 Maven coordinates: org.apache.camel:camel-jbpm Syntax:jbpm:connectionURL
Path parameter: connectionURL (required) The URL to the jBPM server. Path parameter: eventListenerType Sets the event listener type to attach to- Parameters:
path
- connectionURL- Returns:
- the dsl builder
-
jbpm
JBPM (camel-jbpm) Interact with jBPM workflow engine over REST. Category: api,workflow Since: 2.6 Maven coordinates: org.apache.camel:camel-jbpm Syntax:jbpm:connectionURL
Path parameter: connectionURL (required) The URL to the jBPM server. Path parameter: eventListenerType Sets the event listener type to attach to- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- connectionURL- Returns:
- the dsl builder
-