Uses of Interface
org.apache.camel.builder.component.dsl.ZeebeComponentBuilderFactory.ZeebeComponentBuilder
Packages that use ZeebeComponentBuilderFactory.ZeebeComponentBuilder
-
Uses of ZeebeComponentBuilderFactory.ZeebeComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ZeebeComponentBuilderFactory.ZeebeComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.zeebe()Zeebe (camel-zeebe) Zeebe component which integrates with Camunda Zeebe to interact with the API. -
Uses of ZeebeComponentBuilderFactory.ZeebeComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ZeebeComponentBuilderFactory.ZeebeComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ZeebeComponentBuilderFactory.ZeebeComponentBuilderModifier and TypeMethodDescriptionZeebeComponentBuilderFactory.ZeebeComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ZeebeComponentBuilderFactory.ZeebeComponentBuilder.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.Client id to be used when requesting access token from OAuth authorization server.ZeebeComponentBuilderFactory.ZeebeComponentBuilder.clientSecret(String clientSecret) Client secret to be used when requesting access token from OAuth authorization server.ZeebeComponentBuilderFactory.ZeebeComponentBuilder.gatewayHost(String gatewayHost) The gateway server hostname to connect to the Zeebe cluster.ZeebeComponentBuilderFactory.ZeebeComponentBuilder.gatewayPort(int gatewayPort) The gateway server port to connect to the Zeebe cluster.ZeebeComponentBuilderFactory.ZeebeComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The authorization server's URL, from which the access token will be requested.ZeebeComponentBuilderFactory.zeebe()Zeebe (camel-zeebe) Zeebe component which integrates with Camunda Zeebe to interact with the API.