Skip navigation links
C S W 

C

com.spotify.styx.schedule - package com.spotify.styx.schedule
 
com.spotify.styx.schedule.model - package com.spotify.styx.schedule.model
 
create(List<WorkflowConfiguration>) - Static method in class com.spotify.styx.schedule.model.ScheduleDefinition
 
create(Consumer<Workflow>, Consumer<Workflow>, Environment, ScheduledExecutorService) - Method in interface com.spotify.styx.schedule.ScheduleSourceFactory
Crate a new ScheduleSource.

S

ScheduleDefinition - Class in com.spotify.styx.schedule.model
Mainly a list of WorkflowConfigurations
ScheduleDefinition() - Constructor for class com.spotify.styx.schedule.model.ScheduleDefinition
 
ScheduleSource - Interface in com.spotify.styx.schedule
Instances of ScheduleSource makes information about Workflows available from a secondary system.
ScheduleSourceFactory - Interface in com.spotify.styx.schedule
A factory for creating ScheduleSource.
start() - Method in interface com.spotify.styx.schedule.ScheduleSource
Starts the flow of Workflow change and remove information by calling changeListener for all available Workflows in the external storage that this instance represents, and calls changeListener and removeListener whenever Workflows are changed or removed.

W

workflowConfigurations() - Method in class com.spotify.styx.schedule.model.ScheduleDefinition
 
C S W 
Skip navigation links

Copyright © 2017. All rights reserved.