com.github.charlemaznable.logback.dendrobe.diamond.DiamondVertxOptionsService 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.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