Constructor and Description |
---|
AsyncProcessor(T processor,
Class<T> processorInterface,
TechnicalAsyncService service) |
Modifier and Type | Method and Description |
---|---|
String |
getLocation() |
String |
getPreferHeader() |
Class<?> |
getProcessorClass() |
ODataResponse |
getProcessResponse() |
ODataRequest |
getRequest() |
ODataResponse |
getResponse() |
T |
prepareFor() |
String |
processAsync()
Start the asynchronous processing and returns the id for this process
|
public AsyncProcessor(T processor, Class<T> processorInterface, TechnicalAsyncService service)
public T prepareFor()
public ODataRequest getRequest()
public ODataResponse getResponse()
public ODataResponse getProcessResponse()
public String getPreferHeader()
public String getLocation()
public Class<?> getProcessorClass()
public String processAsync() throws ODataApplicationException, ODataLibraryException
ODataApplicationException
ODataLibraryException
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.