Class BackfillResource

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class BackfillResource
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Summary

      Constructors 
      Constructor Description
      BackfillResource​(java.lang.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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.util.stream.Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> routes​(com.spotify.styx.api.RequestAuthenticator authenticator)  
      • Methods inherited from class java.lang.Object

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

      • BackfillResource

        public BackfillResource​(java.lang.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 java.util.stream.Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> routes​(com.spotify.styx.api.RequestAuthenticator authenticator)
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException