ConfigHandle
Handles the loading and reloading of a configuration file into an instance of type T.
This class provides a managed way to access configuration data, supporting automatic mapping from YAML to Kotlin classes and vice-versa.
Parameters
T
the type of the configuration class
Properties
Functions
Link copied to clipboard
Loads the configuration from the file asynchronously.
Link copied to clipboard
Loads the configuration from the file as a suspending function.
Link copied to clipboard
Reloads the configuration from the file asynchronously.
Link copied to clipboard
Reloads the configuration from the file as a suspending function.