static ProcessorResponse.ProcessorResponseBuilder |
ProcessorResponse.itemError() |
Create an ITEM_ERROR response
|
static ProcessorResponse.ProcessorResponseBuilder |
ProcessorResponse.itemError(Exception... exceptions) |
Create an ITEM_ERROR response with one or more exception
|
static ProcessorResponse.ProcessorResponseBuilder |
ProcessorResponse.itemError(Collection<Exception> exceptions) |
Create an ITEM_ERROR response with a collection of exceptions
|
static ProcessorResponse.ProcessorResponseBuilder |
ProcessorResponse.ok() |
Create an OK response with no new items
|
static ProcessorResponse.ProcessorResponseBuilder |
ProcessorResponse.processingError() |
Create a PROCESSOR_ERROR response
|
static ProcessorResponse.ProcessorResponseBuilder |
ProcessorResponse.processingError(Exception... exceptions) |
Create an PROCESSOR_ERROR response with one or more exception
|
static ProcessorResponse.ProcessorResponseBuilder |
ProcessorResponse.processingError(Collection<Exception> exceptions) |
Create an PROCESSOR_ERROR response with a collection of exceptions
|