Interface JBPMEndpointBuilderFactory.JBPMBuilders

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

public static interface JBPMEndpointBuilderFactory.JBPMBuilders
  • 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

      default JBPMEndpointBuilderFactory.JBPMEndpointBuilder jbpm(String componentName, String path)
      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 name
      path - connectionURL
      Returns:
      the dsl builder