Modifier and Type | Method and Description |
---|---|
protected PreResponseStore |
AbstractBinderFactory.buildPreResponseStore(ResourceDictionaries resourceDictionaries)
Builds an instance of the interface to the storage system to use to store PreResponses of asynchronous
requests.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpPreResponseStore
A PreResponseStore that doesn't actually do anything.
|
Constructor and Description |
---|
DefaultAsynchronousWorkflowsBuilder(ApiJobStore apiJobStore,
PreResponseStore preResponseStore,
Clock timestampGenerator)
A factory for constructing the asynchronous response building workflow.
|
Constructor and Description |
---|
JobsServlet(ObjectMappersSuite objectMappers,
ApiJobStore apiJobStore,
JobPayloadBuilder jobPayloadBuilder,
PreResponseStore preResponseStore,
BroadcastChannel<String> broadcastChannel,
RequestMapper requestMapper,
HttpResponseMaker httpResponseMaker,
ResponseFormatResolver formatResolver)
Constructor.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.