Uses of Interface
org.apache.camel.builder.component.dsl.CamundaComponentBuilderFactory.CamundaComponentBuilder
Packages that use CamundaComponentBuilderFactory.CamundaComponentBuilder
-
Uses of CamundaComponentBuilderFactory.CamundaComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return CamundaComponentBuilderFactory.CamundaComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.camunda()Camunda (camel-camunda) Interact with Camunda 8 Orchestration Clusters using the Camunda Java Client. -
Uses of CamundaComponentBuilderFactory.CamundaComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement CamundaComponentBuilderFactory.CamundaComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return CamundaComponentBuilderFactory.CamundaComponentBuilderModifier and TypeMethodDescriptionCamundaComponentBuilderFactory.CamundaComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.CamundaComponentBuilderFactory.CamundaComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.CamundaComponentBuilderFactory.camunda()Camunda (camel-camunda) Interact with Camunda 8 Orchestration Clusters using the Camunda Java Client.Client ID for OAuth / SaaS authentication.CamundaComponentBuilderFactory.CamundaComponentBuilder.clientSecret(String clientSecret) Client secret for OAuth / SaaS authentication.Camunda SaaS cluster ID.CamundaComponentBuilderFactory.CamundaComponentBuilder.grpcAddress(String grpcAddress) gRPC address of the Camunda cluster (e.g. http://localhost:26500).CamundaComponentBuilderFactory.CamundaComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).OAuth authorization server URL for self-managed authentication.Camunda SaaS region (default: bru-2).CamundaComponentBuilderFactory.CamundaComponentBuilder.restAddress(String restAddress) REST address of the Camunda cluster (e.g. http://localhost:8080).