| Package | Description |
|---|---|
| org.esbtools.eventhandler.lightblue |
An implementation of event-handler-lib interfaces which use Lightblue as a backend event and
document store.
|
| org.esbtools.eventhandler.lightblue.client |
Contains implementations of
Requester for bridging
Future-based APIs with efficient, "batch-able" requests (see
BulkLightblueRequester). |
| Modifier and Type | Method and Description |
|---|---|
LightblueDocumentEvent |
DocumentEventFactory.getDocumentEventForEntity(DocumentEventEntity entity,
LightblueRequester requester) |
LightblueNotification |
NotificationFactory.getNotificationForEntity(org.esbtools.lightbluenotificationhook.NotificationEntity entity,
LightblueRequester requester) |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
Copyright © 2017. All rights reserved.