public class DataEncap extends Object
| Constructor and Description |
|---|
DataEncap() |
| Modifier and Type | Method and Description |
|---|---|
static Envelop |
consume(IpcData data)
Final hitted
|
static IpcData |
consume(IpcRequest request,
io.vertx.up.eon.em.IpcType type)
Middle process
|
static IpcRequest |
in(IpcData data) |
static void |
in(IpcData data,
Envelop envelop) |
static void |
in(IpcData data,
io.vertx.servicediscovery.Record record) |
static IpcResponse |
out(IpcData data) |
static Envelop |
out(IpcResponse data) |
static io.vertx.core.json.JsonObject |
outJson(IpcResponse data) |
public static void in(IpcData data, io.vertx.servicediscovery.Record record)
public static IpcRequest in(IpcData data)
data - public static IpcData consume(IpcRequest request, io.vertx.up.eon.em.IpcType type)
request - type - public static IpcResponse out(IpcData data)
public static Envelop out(IpcResponse data)
public static io.vertx.core.json.JsonObject outJson(IpcResponse data)
Copyright © 2018. All rights reserved.