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

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

There is a newer version: 4.0.2
Show newest version
package io.quarkiverse.logging.splunk;
public final class AsyncConfig$$accessor {
    private AsyncConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static boolean get_enable(Object __instance) {
        return ((AsyncConfig)__instance).enable;
    }
    @SuppressWarnings("unchecked")
    public static void set_enable(Object __instance, boolean enable) {
        ((AsyncConfig)__instance).enable = enable;
    }
    @SuppressWarnings("unchecked")
    public static int get_queueLength(Object __instance) {
        return ((AsyncConfig)__instance).queueLength;
    }
    @SuppressWarnings("unchecked")
    public static void set_queueLength(Object __instance, int queueLength) {
        ((AsyncConfig)__instance).queueLength = queueLength;
    }
    @SuppressWarnings("unchecked")
    public static Object get_overflow(Object __instance) {
        return ((AsyncConfig)__instance).overflow;
    }
    @SuppressWarnings("unchecked")
    public static void set_overflow(Object __instance, Object overflow) {
        ((AsyncConfig)__instance).overflow = (org.jboss.logmanager.handlers.AsyncHandler.OverflowAction)overflow;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy