Interface CamelCronService
-
- All Superinterfaces:
org.apache.camel.spi.HasId
public interface CamelCronService extends org.apache.camel.spi.HasIdThe contract that a cron implementation must respect.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.camel.EndpointcreateEndpoint(CamelCronConfiguration configuration)
-
-
-
Method Detail
-
createEndpoint
org.apache.camel.Endpoint createEndpoint(CamelCronConfiguration configuration) throws Exception
- Throws:
Exception
-
-