Package | Description |
---|---|
org.mycontroller.standalone.eventbus |
Modifier and Type | Method and Description |
---|---|
MessageStatus |
MessageStatusCodec.decodeFromWire(int position,
io.vertx.core.buffer.Buffer buffer) |
MessageStatus |
MessageStatusCodec.transform(MessageStatus messageStatus) |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.eventbus.MessageConsumer<MessageStatus> |
McEventBus.registerConsumer(String topic,
io.vertx.core.Handler<io.vertx.core.eventbus.Message<MessageStatus>> handler) |
Modifier and Type | Method and Description |
---|---|
void |
MessageStatusCodec.encodeToWire(io.vertx.core.buffer.Buffer buffer,
MessageStatus messageStatus) |
MessageStatus |
MessageStatusCodec.transform(MessageStatus messageStatus) |
Modifier and Type | Method and Description |
---|---|
void |
MessageStatusHandler.handle(io.vertx.core.eventbus.Message<MessageStatus> event) |
io.vertx.core.eventbus.MessageConsumer<MessageStatus> |
McEventBus.registerConsumer(String topic,
io.vertx.core.Handler<io.vertx.core.eventbus.Message<MessageStatus>> handler) |
Copyright © 2015–2019. All rights reserved.