Class MessageProperties

java.lang.Object
pl.allegro.tech.hermes.management.config.MessageProperties

@ConfigurationProperties(prefix="message") public class MessageProperties extends Object
  • Constructor Details

    • MessageProperties

      public MessageProperties()
  • Method Details

    • getContentRoot

      public String getContentRoot()
    • setContentRoot

      public void setContentRoot(String contentRoot)
    • getMetadataContentRoot

      public String getMetadataContentRoot()
    • setMetadataContentRoot

      public void setMetadataContentRoot(String metadataContentRoot)
    • isSchemaIdHeaderEnabled

      public boolean isSchemaIdHeaderEnabled()
    • setSchemaIdHeaderEnabled

      public void setSchemaIdHeaderEnabled(boolean schemaIdHeaderEnabled)
    • isSchemaVersionTruncationEnabled

      public boolean isSchemaVersionTruncationEnabled()
    • setSchemaVersionTruncationEnabled

      public void setSchemaVersionTruncationEnabled(boolean schemaVersionTruncationEnabled)