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