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

ru.tinkoff.kora.scheduling.jdk.ScheduledExecutorServiceConfig Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package ru.tinkoff.kora.scheduling.jdk;

import ru.tinkoff.kora.config.common.annotation.ConfigValueExtractor;

@ConfigValueExtractor
public interface ScheduledExecutorServiceConfig {

    default int threads() {
        return 20;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy