@AutoService(value=com.spotify.styx.schedule.ScheduleSourceFactory.class) public class LocalFilesScheduleSourceFactory extends Object implements ScheduleSourceFactory
ScheduleSource implementation that watches a local directory| Constructor and Description |
|---|
LocalFilesScheduleSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleSource |
create(Consumer<com.spotify.styx.model.Workflow> changeListener,
Consumer<com.spotify.styx.model.Workflow> removeListener,
com.spotify.apollo.Environment environment,
ScheduledExecutorService exec) |
public ScheduleSource create(Consumer<com.spotify.styx.model.Workflow> changeListener, Consumer<com.spotify.styx.model.Workflow> removeListener, com.spotify.apollo.Environment environment, ScheduledExecutorService exec)
create in interface ScheduleSourceFactoryCopyright © 2016. All rights reserved.