Interface AsyncApi22MessageExample

    • Method Detail

      • getPayload

        com.fasterxml.jackson.databind.JsonNode getPayload()
      • setPayload

        void setPayload​(com.fasterxml.jackson.databind.JsonNode value)
      • addExtension

        void addExtension​(String name,
                          com.fasterxml.jackson.databind.JsonNode value)
        Specified by:
        addExtension in interface Extensible
      • insertExtension

        void insertExtension​(String name,
                             com.fasterxml.jackson.databind.JsonNode value,
                             int atIndex)
        Specified by:
        insertExtension in interface Extensible