All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.charlemaznable.logback.dendrobe.diamond.DiamondEsConfigService Maven / Gradle / Ivy

There is a newer version: 2024.0.0
Show newest version
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