Configuration
data class Configuration(val lockFilesDir: <Error class: unknown class> = Paths.get(System.getProperty("java.io.tmpdir")), val lockIdentifier: String = APP_IDENTIFIER)
Configuration for a locking mechanism.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The directory where lock files will be stored. Defaults to the system's temporary directory.
Link copied to clipboard
The lock identifier that will be used for generating lock files names.
Link copied to clipboard
Link copied to clipboard