Package | Description |
---|---|
com.yahoo.bard.webservice.async.workflows | |
com.yahoo.bard.webservice.util |
Modifier and Type | Method and Description |
---|---|
AsynchronousWorkflows |
AsynchronousWorkflowsBuilder.buildAsynchronousWorkflows(rx.Observable<PreResponse> preResponseEmitter,
rx.Observable<Either<PreResponse,JobRow>> payloadEmitter,
JobRow jobMetadata,
Function<JobRow,String> jobMetadataSerializer)
Builds the asynchronous workflows.
|
AsynchronousWorkflows |
DefaultAsynchronousWorkflowsBuilder.buildAsynchronousWorkflows(rx.Observable<PreResponse> preResponseEmitter,
rx.Observable<Either<PreResponse,JobRow>> payloadEmitter,
JobRow jobMetadata,
Function<JobRow,String> jobMetadataSerializer) |
Modifier and Type | Method and Description |
---|---|
static <L,R> Either<L,R> |
Either.left(L left)
Constructs an Either containing a left value.
|
static <L,R> Either<L,R> |
Either.right(R right)
Constructs an Either containing a right value.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.