public final class WorkflowResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PAGE_LIMIT |
| Constructor and Description |
|---|
WorkflowResource(Storage storage) |
| Modifier and Type | Method and Description |
|---|---|
com.spotify.apollo.Response<WorkflowInstanceExecutionData> |
instance(String componentId,
String id,
String instanceId) |
com.spotify.apollo.Response<List<WorkflowInstanceExecutionData>> |
instances(String componentId,
String id,
com.spotify.apollo.Request request) |
com.spotify.apollo.Response<WorkflowState> |
patchState(String componentId,
com.spotify.apollo.Request request) |
com.spotify.apollo.Response<WorkflowState> |
patchState(String componentId,
String id,
com.spotify.apollo.Request request) |
Stream<? extends com.spotify.apollo.route.Route<? extends com.spotify.apollo.route.AsyncHandler<? extends com.spotify.apollo.Response<okio.ByteString>>>> |
routes() |
com.spotify.apollo.Response<WorkflowState> |
state(String componentId,
String id) |
com.spotify.apollo.Response<Workflow> |
workflow(String componentId,
String id) |
public static final int DEFAULT_PAGE_LIMIT
public WorkflowResource(Storage storage)
public Stream<? extends com.spotify.apollo.route.Route<? extends com.spotify.apollo.route.AsyncHandler<? extends com.spotify.apollo.Response<okio.ByteString>>>> routes()
public com.spotify.apollo.Response<WorkflowState> patchState(String componentId, String id, com.spotify.apollo.Request request)
public com.spotify.apollo.Response<WorkflowState> patchState(String componentId, com.spotify.apollo.Request request)
public com.spotify.apollo.Response<WorkflowState> state(String componentId, String id)
public com.spotify.apollo.Response<List<WorkflowInstanceExecutionData>> instances(String componentId, String id, com.spotify.apollo.Request request)
public com.spotify.apollo.Response<WorkflowInstanceExecutionData> instance(String componentId, String id, String instanceId)
Copyright © 2017. All rights reserved.