Interface JobRunrConfiguration
-
@Context @ConfigurationProperties("jobrunr") public interface JobRunrConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJobRunrConfiguration.BackgroundJobServerConfigurationstatic interfaceJobRunrConfiguration.DashboardConfigurationstatic interfaceJobRunrConfiguration.DatabaseConfigurationstatic interfaceJobRunrConfiguration.Healthstatic interfaceJobRunrConfiguration.JobSchedulerConfiguration
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull JobRunrConfiguration.BackgroundJobServerConfigurationgetBackgroundJobServer()@NotNull JobRunrConfiguration.DashboardConfigurationgetDashboard()@NotNull JobRunrConfiguration.DatabaseConfigurationgetDatabase()@NotNull JobRunrConfiguration.JobSchedulerConfigurationgetJobScheduler()
-
-
-
Method Detail
-
getDatabase
@NotNull @NotNull JobRunrConfiguration.DatabaseConfiguration getDatabase()
-
getJobScheduler
@NotNull @NotNull JobRunrConfiguration.JobSchedulerConfiguration getJobScheduler()
-
getBackgroundJobServer
@NotNull @NotNull JobRunrConfiguration.BackgroundJobServerConfiguration getBackgroundJobServer()
-
getDashboard
@NotNull @NotNull JobRunrConfiguration.DashboardConfiguration getDashboard()
-
-