Interface QuartzEndpointBuilderFactory.QuartzBuilders

    • Method Detail

      • quartz

        default QuartzEndpointBuilderFactory.QuartzEndpointBuilder quartz​(String path)
        Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler. Category: scheduling Since: 2.12 Maven coordinates: org.apache.camel:camel-quartz Syntax: quartz:groupName/triggerName Path parameter: groupName The quartz group name to use. The combination of group name and timer name should be unique. Default value: Camel Path parameter: triggerName (required) The quartz timer name to use. The combination of group name and timer name should be unique.
        Parameters:
        path - groupName/triggerName
      • quartz

        default QuartzEndpointBuilderFactory.QuartzEndpointBuilder quartz​(String componentName,
                                                                          String path)
        Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler. Category: scheduling Since: 2.12 Maven coordinates: org.apache.camel:camel-quartz Syntax: quartz:groupName/triggerName Path parameter: groupName The quartz group name to use. The combination of group name and timer name should be unique. Default value: Camel Path parameter: triggerName (required) The quartz timer name to use. The combination of group name and timer name should be unique.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - groupName/triggerName