Class OutgoingAmqpMetadata
- java.lang.Object
-
- io.smallrye.reactive.messaging.amqp.OutgoingAmqpMetadata
-
public class OutgoingAmqpMetadata extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OutgoingAmqpMetadata.OutgoingAmqpMetadataBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getAddress
public String getAddress()
-
getProperties
public io.vertx.core.json.JsonObject getProperties()
-
getContentType
public String getContentType()
-
getContentEncoding
public String getContentEncoding()
-
getCorrelationId
public String getCorrelationId()
-
getGroupId
public String getGroupId()
-
getId
public String getId()
-
isDurable
public boolean isDurable()
-
getPriority
public int getPriority()
-
getSubject
public String getSubject()
-
getTtl
public long getTtl()
-
builder
public static OutgoingAmqpMetadata.OutgoingAmqpMetadataBuilder builder()
-
-