Class BackfillResource

    • Constructor Summary

      Constructors 
      Constructor Description
      BackfillResource​(String schedulerServiceBaseUrl, com.spotify.styx.storage.Storage storage, com.spotify.styx.util.WorkflowValidator workflowValidator, com.spotify.styx.util.Time time, com.spotify.styx.api.WorkflowActionAuthorizer workflowActionAuthorizer)  
    • Constructor Detail

      • BackfillResource

        public BackfillResource​(String schedulerServiceBaseUrl,
                                com.spotify.styx.storage.Storage storage,
                                com.spotify.styx.util.WorkflowValidator workflowValidator,
                                com.spotify.styx.util.Time time,
                                com.spotify.styx.api.WorkflowActionAuthorizer workflowActionAuthorizer)
    • Method Detail

      • routes

        public Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> routes​(com.spotify.styx.api.RequestAuthenticator authenticator)