Class HttpResponseMetadata
- java.lang.Object
-
- io.smallrye.reactive.messaging.http.HttpResponseMetadata
-
public class HttpResponseMetadata extends Object
Metadata for outgoing HTTP messages handled by the HTTP connector.To customize the HTTP request emitted by the connector, you can add an instance of
HttpResponseMetadata
in the message metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpResponseMetadata.HttpResponseMetadataBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpResponseMetadata.HttpResponseMetadataBuilder
builder()
Map<String,List<String>>
getHeaders()
String
getMethod()
Map<String,List<String>>
getQuery()
String
getUrl()
-