public final class WorkflowResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE |
static int |
DEFAULT_PAGE_LIMIT |
static com.fasterxml.jackson.databind.ObjectMapper |
OBJECT_MAPPER |
| Constructor and Description |
|---|
WorkflowResource(Storage storage) |
| Modifier and Type | Method and Description |
|---|---|
Stream<? extends com.spotify.apollo.route.Route<? extends com.spotify.apollo.route.AsyncHandler<? extends com.spotify.apollo.Response<okio.ByteString>>>> |
routes() |
public static final String BASE
public static final int DEFAULT_PAGE_LIMIT
public static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
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()
Copyright © 2017. All rights reserved.