Uses of Interface
liquibase.logging.mdc.CustomMdcObject
-
Packages that use CustomMdcObject Package Description liquibase Liquibase top level namespace package.liquibase.logging.mdc liquibase.logging.mdc.customobjects -
-
Uses of CustomMdcObject in liquibase
Methods in liquibase with parameters of type CustomMdcObject Modifier and Type Method Description MdcObjectScope. addMdcValue(String key, CustomMdcObject customMdcObject)Add a key value pair to the MDC using the MDC manager.MdcObjectScope. addMdcValue(String key, CustomMdcObject customMdcObject, boolean removeWhenScopeExits)Add a key value pair to the MDC using the MDC manager. -
Uses of CustomMdcObject in liquibase.logging.mdc
Methods in liquibase.logging.mdc with parameters of type CustomMdcObject Modifier and Type Method Description MdcObjectMdcManager. put(String key, CustomMdcObject customMdcObject)Puts a context value (thecustomMdcObjectparameter) as identified with thekeyparameter into the MDC.MdcObjectNoOpMdcManager. put(String key, CustomMdcObject customMdcObject) -
Uses of CustomMdcObject in liquibase.logging.mdc.customobjects
Classes in liquibase.logging.mdc.customobjects that implement CustomMdcObject Modifier and Type Class Description classChangesetsRolledbackclassChangesetsUpdatedCustom MDC object to represent the changesets that were deployed during an update event.classDiffResultsSummaryclassHistoryclassRollbackSqlFileThis class is used to represent MDC data related to a sqlFile type change inside a rollback.classSimpleStatusclassStatusclassUpdateSummaryThis class is the representation of the summary available in the update command.classVersion
-