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,
io.vertx.core.buffer.Buffer buffer) |
ServiceException |
ServiceExceptionMessageCodec.transform(ServiceException exception) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceExceptionMessageCodec.encodeToWire(io.vertx.core.buffer.Buffer buffer,
ServiceException body) |
ServiceException |
ServiceExceptionMessageCodec.transform(ServiceException exception) |
Copyright © 2019 Eclipse. All rights reserved.