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

com.github.charlemaznable.logback.dendrobe.diamond.DiamondVertxOptionsService 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.vertx.VertxOptionsConfigElf;
import com.github.charlemaznable.logback.dendrobe.impl.DefaultVertxOptionsService;
import com.github.charlemaznable.logback.dendrobe.vertx.VertxOptionsService;
import com.google.auto.service.AutoService;

@AutoService(VertxOptionsService.class)
public final class DiamondVertxOptionsService extends DefaultVertxOptionsService {

    @Override
    public String getVertxOptionsValue(String configKey) {
        return VertxOptionsConfigElf.getDiamondStone(configKey);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy