All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.numichi.reactive.logger.spring.properties.ReactiveLoggerProperties.kt Maven / Gradle / Ivy

package io.github.numichi.reactive.logger.spring.properties

import io.github.numichi.reactive.logger.SchedulerOptions
import org.springframework.boot.context.properties.ConfigurationProperties

@ConfigurationProperties(prefix = "reactive-logger")
data class ReactiveLoggerProperties(
    var forceUse: Boolean = false,
    var contextKey: String? = null,
    var scheduler: SchedulerOptions? = null,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy