Class MessageProperties
java.lang.Object
pl.allegro.tech.hermes.management.config.MessageProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetContentRoot(String contentRoot) voidsetMetadataContentRoot(String metadataContentRoot) voidsetSchemaIdHeaderEnabled(boolean schemaIdHeaderEnabled) voidsetSchemaVersionTruncationEnabled(boolean schemaVersionTruncationEnabled)
-
Constructor Details
-
MessageProperties
public MessageProperties()
-
-
Method Details
-
getContentRoot
-
setContentRoot
-
getMetadataContentRoot
-
setMetadataContentRoot
-
isSchemaIdHeaderEnabled
public boolean isSchemaIdHeaderEnabled() -
setSchemaIdHeaderEnabled
public void setSchemaIdHeaderEnabled(boolean schemaIdHeaderEnabled) -
isSchemaVersionTruncationEnabled
public boolean isSchemaVersionTruncationEnabled() -
setSchemaVersionTruncationEnabled
public void setSchemaVersionTruncationEnabled(boolean schemaVersionTruncationEnabled)
-