@FunctionalInterface public interface RequestWorkflowProvider
Modifier and Type | Method and Description |
---|---|
DataRequestHandler |
buildWorkflow()
Construct a workflow instance with a starting point request handler.
|
DataRequestHandler buildWorkflow()
The workflow should be acyclic, moving a request along until a response is submitted or delegated to an asynchronous response callback.
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.