| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GitEndpointBuilderFactory.GitEndpointBuilder
Builder for endpoint for the Git component.
|
| Modifier and Type | Method and Description |
|---|---|
default GitEndpointBuilderFactory.GitEndpointConsumerBuilder |
GitEndpointBuilderFactory.AdvancedGitEndpointConsumerBuilder.basic() |
default GitEndpointBuilderFactory.GitEndpointConsumerBuilder |
GitEndpointBuilderFactory.GitEndpointConsumerBuilder.branchName(String branchName)
The branch name to work on.
|
default GitEndpointBuilderFactory.GitEndpointConsumerBuilder |
GitEndpointBuilderFactory.GitEndpointConsumerBuilder.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 GitEndpointBuilderFactory.GitEndpointConsumerBuilder |
GitEndpointBuilderFactory.GitEndpointConsumerBuilder.bridgeErrorHandler(String 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 GitEndpointBuilderFactory.GitEndpointConsumerBuilder |
GitEndpointBuilderFactory.GitEndpointConsumerBuilder.type(GitEndpointBuilderFactory.GitType type)
The consumer type.
|
default GitEndpointBuilderFactory.GitEndpointConsumerBuilder |
GitEndpointBuilderFactory.GitEndpointConsumerBuilder.type(String type)
The consumer type.
|
Apache Camel