public final class WorkflowResource extends Object
| Constructor and Description |
|---|
WorkflowResource(Storage storage,
WorkflowValidator workflowValidator,
WorkflowInitializer workflowInitializer,
BiConsumer<Optional<Workflow>,Optional<Workflow>> workflowConsumer,
ServiceAccountUsageAuthorizer serviceAccountUsageAuthorizer) |
| Modifier and Type | Method and Description |
|---|---|
Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> |
routes(RequestAuthenticator requestAuthenticator) |
public WorkflowResource(Storage storage, WorkflowValidator workflowValidator, WorkflowInitializer workflowInitializer, BiConsumer<Optional<Workflow>,Optional<Workflow>> workflowConsumer, ServiceAccountUsageAuthorizer serviceAccountUsageAuthorizer)
public Stream<com.spotify.apollo.route.Route<com.spotify.apollo.route.AsyncHandler<com.spotify.apollo.Response<okio.ByteString>>>> routes(RequestAuthenticator requestAuthenticator)
Copyright © 2018. All rights reserved.