Requester for bridging
Future-based APIs with efficient, "batch-able" requests (see
BulkLightblueRequester).See: Description
| Interface | Description |
|---|---|
| LightblueDataResponses | |
| LightblueRequester | |
| LightblueResponse |
Represents a lightblue response which may or may not have been successful.
|
| LightblueResponses |
| Class | Description |
|---|---|
| BulkLightblueRequester |
A partially thread-safe requester which queues up requests until an associated
Future is
resolved, at which point all queued requests are performed in a single batch. |
| FindRequests | |
| InsertRequests | |
| LightblueErrors | |
| UpdateRequests |
| Exception | Description |
|---|---|
| LightblueResponseException |
Accumulates lightblue
errors for a given batch of requests to a single exception. |
Requester for bridging
Future-based APIs with efficient, "batch-able" requests (see
BulkLightblueRequester).
Additionally, because constructing requets for
LightblueClient can be verbose, this provides static factory
methods to construct these more readably (see
UpdateRequests for example).
Copyright © 2017. All rights reserved.