| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WorkdayEndpointBuilderFactory.WorkdayEndpointBuilder
Builder for endpoint for the Workday component.
|
| Modifier and Type | Method and Description |
|---|---|
default WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.AdvancedWorkdayEndpointConsumerBuilder.basic() |
default WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder.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 WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder.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 WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder.clientId(String clientId)
Workday Client Id generated by API Client for Integrations.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder.clientSecret(String clientSecret)
Workday Client Secrect generated by API Client for Integrations.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder.format(String format)
Workday Report as a service output format.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder.host(String host)
Workday Host name.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder.tenant(String tenant)
Workday Tenant name.
|
default WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder |
WorkdayEndpointBuilderFactory.WorkdayEndpointConsumerBuilder.tokenRefresh(String tokenRefresh)
Workday Token Refresh generated for Integration system user.
|
Apache Camel