@Version(value="1.0.0")
| Interface | Description |
|---|---|
| Disposable | |
| Observable<M> |
Simple interface for an observable object, with methods to add and remove
observers expecting the applicable type of message.
|
| ObservableProperty<T> |
A
property which is observable as per
ObservableValue, and whose value can also be set. |
| ObservableValue<T> | |
| ObservableValue.Change<T> |
A value change event.
|
| Observation | |
| Observer<T> |
An observer over one or more
Observable instances. |
| OwnedMessage<O,M> | |
| RequestAllocator |
| Exception | Description |
|---|---|
| AlreadyCompletedException | |
| MissingValueException | |
| UnexpectedMessageException |