| Class and Description |
|---|
| DocumentEvent
Models an event which corresponds to a publishable document message.
|
| DocumentEventRepository
Abstracts a transactional backing store and staging area for
events. |
| FailedDocumentEvent |
| FailedNotification |
| FutureDoneCallback |
| FutureTransform
A function applied to a
TransformableFuture which returns some result of type O,
or throws an exception if unable to compute a result. |
| Message |
| MessageFactory |
| Notification
Represents something potentially significant that has happened which is intended to eventually
publish documents as a part of "handling" or "processing" this notification and its corresponding
DocumentEvents. |
| NotificationRepository
Abstracts a transactional backing store and staging area for
notifications. |
| Responses
Maps responses to requests.
|
| TransformableFuture
An extension of
Future which allows chaining FutureTransform functions onto its
eventually computed result, returning new TransformableFutures. |
Copyright © 2016. All rights reserved.