public class CamelSpringCronService extends Object implements org.apache.camel.component.cron.api.CamelCronService, org.apache.camel.CamelContextAware
| Constructor and Description |
|---|
CamelSpringCronService() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Endpoint |
createEndpoint(org.apache.camel.component.cron.api.CamelCronConfiguration configuration) |
org.apache.camel.CamelContext |
getCamelContext() |
String |
getId() |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
public org.apache.camel.Endpoint createEndpoint(org.apache.camel.component.cron.api.CamelCronConfiguration configuration)
throws Exception
createEndpoint in interface org.apache.camel.component.cron.api.CamelCronServiceExceptionpublic String getId()
getId in interface org.apache.camel.spi.HasIdpublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwarepublic org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwareApache Camel