| Class | Description |
|---|---|
| MultiMessageUtils |
Utilities for multimessage requests.
|
| MultiRequest |
Wraps a set of write requests together with a
OnFailOption and a ProcessingMode to define a multimessage
request for execution with the Brightpearl API. |
| MultiRequestBuilder |
A builder used to create immutable instances of
MultiRequest. |
| MultiResponse |
Contains the results of a multimessage request.
|
| MultiResponseBuilder |
A builder used to create immutable instances of
MultiResponse. |
| ServiceResponse<T> |
Contains the response for an individual request executed in a multimessage batch.
|
| ServiceResponseBuilder<T> |
A builder used to create immutable instances of
ServiceResponse. |
| Enum | Description |
|---|---|
| OnFailOption |
An instruction to the Brightpearl Multi-Message API that determines what the behaviour should be when one request in
a multi-message fails.
|
| ProcessingMode |
A hint to the Brightpearl API whether the requests in a multi-message are safe to be executed concurrently.
|
Copyright © 2014. All Rights Reserved.