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