| Interface | Description |
|---|---|
| Observable<T extends Observable<T>> |
An observable interface.
|
| Observer<T extends Observable<T>> |
An object observer.
|
| Class | Description |
|---|---|
| CountingCompletionHandler<T> |
A copy of the Vert.x core counting completion handler for handling
multiple remote calls asynchronously.
|
| RoundRobin<T> |
Round robin iterator.
|
| Task |
A running task.
|
| TaskRunner |
Runs handlers sequentially to prevent race conditions in asynchronous coordination.
|
| Annotation Type | Description |
|---|---|
| Factory |
Annotates an object factory method.
|
Copyright © 2013-2014. All Rights Reserved.