com.github.charlemaznable.logback.dendrobe.diamond.DiamondEsConfigService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logback-dendrobe-diamond Show documentation
Show all versions of logback-dendrobe-diamond Show documentation
Logback Dendrobe Hot Updater using Diamond.
package com.github.charlemaznable.logback.dendrobe.diamond;
import com.github.charlemaznable.core.es.EsConfigElf;
import com.github.charlemaznable.logback.dendrobe.es.EsConfigService;
import com.github.charlemaznable.logback.dendrobe.impl.DefaultEsConfigService;
import com.google.auto.service.AutoService;
@AutoService(EsConfigService.class)
public final class DiamondEsConfigService extends DefaultEsConfigService {
@Override
public String getEsConfigValue(String configKey) {
return EsConfigElf.getDiamondStone(configKey);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy