Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
ack()
Acknowledge this message.
|
String |
getAddress() |
Optional<String> |
getHeader(String key) |
List<String> |
getHeaders(String key) |
T |
getPayload() |
Optional<String> |
getReplyAddress() |
io.vertx.core.eventbus.Message<T> |
unwrap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addMetadata, getAck, getMetadata, getMetadata, of, of, of, of, of, of, unwrap, withAck, withMetadata, withMetadata, withPayload
public CompletionStage<Void> ack()
Message
public T getPayload()
getPayload
in interface Message<T>
public String getAddress()
public io.vertx.core.eventbus.Message<T> unwrap()
Copyright © 2018–2020 SmallRye. All rights reserved.