Package io.quarkus.runtime.logging
Class AsyncConfig$$accessor
- java.lang.Object
-
- io.quarkus.runtime.logging.AsyncConfig$$accessor
-
public final class AsyncConfig$$accessor extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanget_enable(Object __instance)static Objectget_overflow(Object __instance)static intget_queueLength(Object __instance)static voidset_enable(Object __instance, boolean enable)static voidset_overflow(Object __instance, Object overflow)static voidset_queueLength(Object __instance, int queueLength)
-
-
-
Method Detail
-
get_enable
public static boolean get_enable(Object __instance)
-
set_enable
public static void set_enable(Object __instance, boolean enable)
-
get_queueLength
public static int get_queueLength(Object __instance)
-
set_queueLength
public static void set_queueLength(Object __instance, int queueLength)
-
-