public class HttpResponseMetadata extends Object
To customize the HTTP request emitted by the connector, you can add an instance of HttpResponseMetadata
in the message metadata.
Modifier and Type | Class and Description |
---|---|
static class |
HttpResponseMetadata.HttpResponseMetadataBuilder |
Constructor and Description |
---|
HttpResponseMetadata(Map<String,List<String>> headers,
String method,
String url,
Map<String,List<String>> query) |
Modifier and Type | Method and Description |
---|---|
static HttpResponseMetadata.HttpResponseMetadataBuilder |
builder() |
Map<String,List<String>> |
getHeaders() |
String |
getMethod() |
Map<String,List<String>> |
getQuery() |
String |
getUrl() |
Copyright © 2018–2020 SmallRye. All rights reserved.