@Configuration
@EnableScheduling
class Scheduler(val githubSync: GithubSync, val syncConfigurationProperties: SyncConfigurationProperties, val githubConfigurationProperties: GithubConfigurationProperties) : SchedulingConfigurer

Constructors

Link copied to clipboard
constructor(githubSync: GithubSync, syncConfigurationProperties: SyncConfigurationProperties, githubConfigurationProperties: GithubConfigurationProperties)

Properties

Functions

Link copied to clipboard
open override fun configureTasks(taskRegistrar: ScheduledTaskRegistrar)