public interface MigrationWriter<SELF extends MigrationWriter<SELF,CONFIG>,CONFIG extends MongockConfiguration> extends Configurable<SELF,CONFIG>, SelfInstanstiator<SELF>
| Modifier and Type | Method and Description |
|---|---|
default SELF |
setTrackIgnored(boolean trackIgnored)
Indicates if the ignored changeSets should be tracked or not
|
default SELF |
withMetadata(Map<String,Object> metadata)
Set the metadata for the Mongock process.
|
getConfig, getType, getVersion, setConfiggetInstancedefault SELF setTrackIgnored(boolean trackIgnored)
trackIgnored - if the ignored changeSets should be trackeddefault SELF withMetadata(Map<String,Object> metadata)
metadata - Custom metadata object to be addedCopyright © 2025. All rights reserved.