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

io.quarkiverse.logging.splunk.SplunkHandlerConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package io.quarkiverse.logging.splunk;
public final class SplunkHandlerConfig$$accessor {
    private SplunkHandlerConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_async(Object __instance) {
        return ((SplunkHandlerConfig)__instance).async;
    }
    @SuppressWarnings("unchecked")
    public static void set_async(Object __instance, Object async) {
        ((SplunkHandlerConfig)__instance).async = (AsyncConfig)async;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy