@ConfigurationProperties(prefix="message")
public class MessageProperties
extends java.lang.Object
| Constructor and Description |
|---|
MessageProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentRoot() |
java.lang.String |
getMetadataContentRoot() |
boolean |
isSchemaIdHeaderEnabled() |
boolean |
isSchemaVersionTruncationEnabled() |
void |
setContentRoot(java.lang.String contentRoot) |
void |
setMetadataContentRoot(java.lang.String metadataContentRoot) |
void |
setSchemaIdHeaderEnabled(boolean schemaIdHeaderEnabled) |
void |
setSchemaVersionTruncationEnabled(boolean schemaVersionTruncationEnabled) |
public java.lang.String getContentRoot()
public void setContentRoot(java.lang.String contentRoot)
public java.lang.String getMetadataContentRoot()
public void setMetadataContentRoot(java.lang.String metadataContentRoot)
public boolean isSchemaIdHeaderEnabled()
public void setSchemaIdHeaderEnabled(boolean schemaIdHeaderEnabled)
public boolean isSchemaVersionTruncationEnabled()
public void setSchemaVersionTruncationEnabled(boolean schemaVersionTruncationEnabled)