Package com.spotify.styx.api
Class BackfillResource
- java.lang.Object
-
- com.spotify.styx.api.BackfillResource
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public final class BackfillResource extends Object implements Closeable
-
-
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()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(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)
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-