Class MessageProperties


  • @ConfigurationProperties(prefix="message")
    public class MessageProperties
    extends java.lang.Object
    • Constructor Detail

      • MessageProperties

        public MessageProperties()
    • Method Detail

      • getContentRoot

        public java.lang.String getContentRoot()
      • setContentRoot

        public void setContentRoot​(java.lang.String contentRoot)
      • getMetadataContentRoot

        public java.lang.String getMetadataContentRoot()
      • setMetadataContentRoot

        public void setMetadataContentRoot​(java.lang.String metadataContentRoot)
      • isSchemaIdHeaderEnabled

        public boolean isSchemaIdHeaderEnabled()
      • setSchemaIdHeaderEnabled

        public void setSchemaIdHeaderEnabled​(boolean schemaIdHeaderEnabled)
      • isSchemaVersionTruncationEnabled

        public boolean isSchemaVersionTruncationEnabled()
      • setSchemaVersionTruncationEnabled

        public void setSchemaVersionTruncationEnabled​(boolean schemaVersionTruncationEnabled)