Package com.spotify.styx.api
Class BackfillResource
- java.lang.Object
-
- com.spotify.styx.api.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 voidclose()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)
-
-
-
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:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-