| Package | Description |
|---|---|
| io.vertx.serviceproxy |
= Vert.x Service Proxy
:toc: left
When you compose a Vert.x application, you may want to isolate a functionality somewhere and make it available to
the rest of your application.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
ServiceExceptionMessageCodec.decodeFromWire(int pos,
Buffer buffer) |
ServiceException |
ServiceExceptionMessageCodec.transform(ServiceException exception) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceExceptionMessageCodec.encodeToWire(Buffer buffer,
ServiceException body) |
ServiceException |
ServiceExceptionMessageCodec.transform(ServiceException exception) |
Copyright © 2018 Eclipse. All rights reserved.