default ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.ZeebeComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.ZeebeComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.ZeebeComponentBuilder.clientId(String clientId) |
Client id to be used when requesting access token from OAuth
authorization server.
|
default ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.ZeebeComponentBuilder.clientSecret(String clientSecret) |
Client secret to be used when requesting access token from OAuth
authorization server.
|
default ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.ZeebeComponentBuilder.gatewayHost(String gatewayHost) |
The gateway server hostname to connect to the Zeebe cluster.
|
default ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.ZeebeComponentBuilder.gatewayPort(int gatewayPort) |
The gateway server port to connect to the Zeebe cluster.
|
default ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.ZeebeComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.ZeebeComponentBuilder.oAuthAPI(String oAuthAPI) |
The authorization server's URL, from which the access token will be
requested.
|
static ZeebeComponentBuilderFactory.ZeebeComponentBuilder |
ZeebeComponentBuilderFactory.zeebe() |
Zeebe (camel-zeebe)
Workflow processes with Camunda Zeebe
Category: process
Since: 3.21
Maven coordinates: org.apache.camel:camel-zeebe
|