Interface AmqpMessage


  • public interface AmqpMessage
    • Method Detail

      • isDurable

        boolean isDurable()
      • isFirstAcquirer

        boolean isFirstAcquirer()
      • priority

        int priority()
      • deliveryCount

        int deliveryCount()
      • ttl

        long ttl()
      • correlationId

        String correlationId()
      • isBodyNull

        boolean isBodyNull()
      • bodyAsBoolean

        boolean bodyAsBoolean()
      • bodyAsByte

        byte bodyAsByte()
      • bodyAsShort

        short bodyAsShort()
      • bodyAsInteger

        int bodyAsInteger()
      • bodyAsLong

        long bodyAsLong()
      • bodyAsFloat

        float bodyAsFloat()
      • bodyAsDouble

        double bodyAsDouble()
      • bodyAsChar

        char bodyAsChar()
      • bodyAsTimestamp

        Instant bodyAsTimestamp()
      • bodyAsUUID

        UUID bodyAsUUID()
      • bodyAsBinary

        org.springframework.core.io.buffer.DataBuffer bodyAsBinary()
      • bodyAsString

        String bodyAsString()
      • bodyAsSymbol

        String bodyAsSymbol()
      • bodyAsList

        <T> List<T> bodyAsList()
      • bodyAsMap

        <K,​V> Map<K,​V> bodyAsMap()
      • bodyAsJsonObject

        javax.json.JsonObject bodyAsJsonObject()
      • bodyAsJsonArray

        javax.json.JsonArray bodyAsJsonArray()
      • contentType

        String contentType()
      • contentEncoding

        String contentEncoding()
      • expiryTime

        long expiryTime()
      • creationTime

        long creationTime()
      • replyToGroupId

        String replyToGroupId()
      • groupSequence

        long groupSequence()
      • toVertxAmqpMessage

        io.vertx.amqp.AmqpMessage toVertxAmqpMessage()