public class OutgoingAmqpMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OutgoingAmqpMetadata.OutgoingAmqpMetadataBuilder |
Constructor and Description |
---|
OutgoingAmqpMetadata(String address,
io.vertx.core.json.JsonObject properties,
String contentType,
String contentEncoding,
String correlationId,
String groupId,
String id,
boolean durable,
int priority,
String subject,
long ttl) |
Modifier and Type | Method and Description |
---|---|
static OutgoingAmqpMetadata.OutgoingAmqpMetadataBuilder |
builder() |
String |
getAddress() |
String |
getContentEncoding() |
String |
getContentType() |
String |
getCorrelationId() |
String |
getGroupId() |
String |
getId() |
int |
getPriority() |
io.vertx.core.json.JsonObject |
getProperties() |
String |
getSubject() |
long |
getTtl() |
boolean |
isDurable() |
public String getAddress()
public io.vertx.core.json.JsonObject getProperties()
public String getContentType()
public String getContentEncoding()
public String getCorrelationId()
public String getGroupId()
public String getId()
public boolean isDurable()
public int getPriority()
public String getSubject()
public long getTtl()
public static OutgoingAmqpMetadata.OutgoingAmqpMetadataBuilder builder()
Copyright © 2018–2020 SmallRye. All rights reserved.