public interface IxActor
| Modifier and Type | Method and Description |
|---|---|
static IxActor |
actor() |
static IxActor |
apeak() |
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,
IxModule config) |
default io.vertx.core.Future<io.vertx.core.json.JsonObject> |
procAsync(io.vertx.core.json.JsonObject data,
IxModule config) |
static IxActor |
serial() |
static io.vertx.core.Future<io.vertx.core.json.JsonObject> |
start() |
static IxActor |
unique() |
static IxActor |
update() |
static IxActor |
uri() |
static IxActor |
user() |
static IxActor |
uuid() |
static IxActor |
verify() |
static IxActor |
view() |
static IxActor user()
static IxActor uri()
static IxActor view()
static IxActor actor()
static IxActor apeak()
static IxActor unique()
static IxActor header()
static IxActor verify()
static IxActor uuid()
static IxActor key()
static IxActor create()
static IxActor update()
static IxActor serial()
static io.vertx.core.Future<io.vertx.core.json.JsonObject> start()
default io.vertx.core.Future<io.vertx.core.json.JsonObject> procAsync(io.vertx.core.json.JsonObject data,
IxModule config)
io.vertx.core.json.JsonObject proc(io.vertx.core.json.JsonObject data,
IxModule config)
Copyright © 2021. All rights reserved.