Uses of Class
io.quarkiverse.logging.splunk.SplunkConfig.SendMode
-
-
Uses of SplunkConfig.SendMode in io.quarkiverse.logging.splunk
Fields in io.quarkiverse.logging.splunk declared as SplunkConfig.SendMode Modifier and Type Field Description SplunkConfig.SendMode
SplunkConfig. sendMode
The strategy to send events to HEC.Methods in io.quarkiverse.logging.splunk that return SplunkConfig.SendMode Modifier and Type Method Description static SplunkConfig.SendMode
SplunkConfig.SendMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SplunkConfig.SendMode[]
SplunkConfig.SendMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-