Interface JBPMEndpointBuilderFactory.JBPMBuilders

    • Method Detail

      • jbpm

        default JBPMEndpointBuilderFactory.JBPMEndpointBuilder jbpm​(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:
        path - connectionURL
      • 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