Class CronTriggerer

java.lang.Object
org.apache.pulsar.io.batchdiscovery.CronTriggerer
All Implemented Interfaces:
BatchSourceTriggerer

public class CronTriggerer extends Object implements BatchSourceTriggerer
This is an implementation of BatchSourceTriggerer that triggers based on a cron expression. BatchSource developers using this should pass the json string of a map that contains "__CRON__" key with the appropriate cron expression. The triggerer will trigger based on this expression.