public static interface BeanstalkEndpointBuilderFactory.BeanstalkBuilders
| Modifier and Type | Method and Description |
|---|---|
default BeanstalkEndpointBuilderFactory.BeanstalkEndpointBuilder |
beanstalk(String path)
Beanstalk (camel-beanstalk)
Retrieve and post-process Beanstalk jobs.
|
default BeanstalkEndpointBuilderFactory.BeanstalkEndpointBuilder |
beanstalk(String componentName,
String path)
Beanstalk (camel-beanstalk)
Retrieve and post-process Beanstalk jobs.
|
default BeanstalkEndpointBuilderFactory.BeanstalkEndpointBuilder beanstalk(String path)
beanstalk:connectionSettings
Path parameter: connectionSettings
Connection settings host:port/tubepath - connectionSettingsdefault BeanstalkEndpointBuilderFactory.BeanstalkEndpointBuilder beanstalk(String componentName, String path)
beanstalk:connectionSettings
Path parameter: connectionSettings
Connection settings host:port/tubecomponentName - to use a custom component name for the endpoint
instead of the default namepath - connectionSettingsApache Camel