| Interface | Description |
|---|---|
| IReadyExecute<H,S> |
An object whose main action can be triggered by calling
IReadyExecute.execute(Object, Handler), with a ready
Handler indicating when it is safe to perform an implementation-specified subsequent action. |
| IResettable |
Given object is resettable, which implies it can be reused after
IResettable.reset() has been invoked. |
| ISimpleWriteStream |
Interface representing simple write/end combination.
|
| Class | Description |
|---|---|
| VertxApimanBuffer |
An
IApimanBuffer implementation that wraps Vert.x's native Buffer format. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.