Class OutgoingAmqpMetadata


  • public class OutgoingAmqpMetadata
    extends Object
    • Constructor Detail

      • OutgoingAmqpMetadata

        public 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)
    • 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()