Class WorkflowInitializer


  • public class WorkflowInitializer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkflowInitializer​(com.spotify.styx.storage.Storage storage, com.spotify.styx.util.Time time)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<com.spotify.styx.model.Workflow> store​(com.spotify.styx.model.Workflow workflow, java.util.function.Consumer<java.util.Optional<com.spotify.styx.model.Workflow>> guard)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkflowInitializer

        public WorkflowInitializer​(com.spotify.styx.storage.Storage storage,
                                   com.spotify.styx.util.Time time)