| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GitHubEndpointBuilderFactory.GitHubEndpointBuilder
Builder for endpoint for the GitHub component.
|
| Modifier and Type | Method and Description |
|---|---|
default GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder |
GitHubEndpointBuilderFactory.AdvancedGitHubEndpointConsumerBuilder.basic() |
default GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder |
GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.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 GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder |
GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.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 GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder |
GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.oauthToken(String oauthToken)
GitHub OAuth token, required unless username & password are provided.
|
default GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder |
GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.password(String password)
GitHub password, required unless oauthToken is provided.
|
default GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder |
GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.repoName(String repoName)
GitHub repository name.
|
default GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder |
GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.repoOwner(String repoOwner)
GitHub repository owner (organization).
|
default GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder |
GitHubEndpointBuilderFactory.GitHubEndpointConsumerBuilder.username(String username)
GitHub username, required unless oauthToken is provided.
|
Apache Camel