public interface IxActor
| Modifier and Type | Method and Description |
|---|---|
IxActor |
bind(Envelop envelop) |
static IxActor |
create() |
static IxActor |
header() |
static IxActor |
key() |
io.vertx.core.json.JsonObject |
proc(io.vertx.core.json.JsonObject data,
IxConfig config) |
default io.vertx.core.Future<io.vertx.core.json.JsonObject> |
procAsync(io.vertx.core.json.JsonObject data,
IxConfig config) |
static IxActor |
unique() |
static IxActor |
update() |
static IxActor |
uuid() |
static IxActor |
verify() |
static IxActor unique()
static IxActor header()
static IxActor verify()
static IxActor uuid()
static IxActor key()
static IxActor create()
static IxActor update()
default io.vertx.core.Future<io.vertx.core.json.JsonObject> procAsync(io.vertx.core.json.JsonObject data,
IxConfig config)
io.vertx.core.json.JsonObject proc(io.vertx.core.json.JsonObject data,
IxConfig config)
Copyright © 2019. All rights reserved.