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 classOutgoingAmqpMetadata.OutgoingAmqpMetadataBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutgoingAmqpMetadata.OutgoingAmqpMetadataBuilderbuilder()StringgetAddress()StringgetContentEncoding()StringgetContentType()StringgetCorrelationId()StringgetGroupId()StringgetId()intgetPriority()io.vertx.core.json.JsonObjectgetProperties()StringgetSubject()longgetTtl()booleanisDurable()
-
-
-
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()
-
-