Modifier and Type | Class and Description |
---|---|
static class |
HttpMessage.HttpMessageBuilder<T> |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
ack()
Acknowledge this message.
|
static <T> HttpMessage.HttpMessageBuilder<T> |
builder() |
Map<String,List<String>> |
getHeaders() |
Metadata |
getMetadata() |
String |
getMethod() |
T |
getPayload() |
Map<String,List<String>> |
getQuery() |
String |
getUrl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addMetadata, getAck, getMetadata, of, of, of, of, of, of, unwrap, withAck, withMetadata, withMetadata, withPayload
public static <T> HttpMessage.HttpMessageBuilder<T> builder()
public T getPayload()
getPayload
in interface Message<T>
public String getMethod()
public CompletionStage<Void> ack()
Message
public Metadata getMetadata()
getMetadata
in interface Message<T>
public String getUrl()
Copyright © 2018–2020 SmallRye. All rights reserved.