Package org.jobrunr.autoconfigure
Class JobRunrProperties
- java.lang.Object
-
- org.jobrunr.autoconfigure.JobRunrProperties
-
@ConfigurationProperties(prefix="org.jobrunr") public class JobRunrProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobRunrProperties.BackgroundJobServerJobRunr BackgroundJobServer related settingsstatic classJobRunrProperties.DashboardJobRunr dashboard related settingsstatic classJobRunrProperties.DatabaseJobRunr dashboard related settingsstatic classJobRunrProperties.JobSchedulerJobRunr JobScheduler related settings
-
Constructor Summary
Constructors Constructor Description JobRunrProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobRunrProperties.BackgroundJobServergetBackgroundJobServer()JobRunrProperties.DashboardgetDashboard()JobRunrProperties.DatabasegetDatabase()voidsetBackgroundJobServer(JobRunrProperties.BackgroundJobServer backgroundJobServer)voidsetDashboard(JobRunrProperties.Dashboard dashboard)voidsetDatabase(JobRunrProperties.Database database)
-
-
-
Method Detail
-
getDashboard
public JobRunrProperties.Dashboard getDashboard()
-
setDashboard
public void setDashboard(JobRunrProperties.Dashboard dashboard)
-
getBackgroundJobServer
public JobRunrProperties.BackgroundJobServer getBackgroundJobServer()
-
setBackgroundJobServer
public void setBackgroundJobServer(JobRunrProperties.BackgroundJobServer backgroundJobServer)
-
getDatabase
public JobRunrProperties.Database getDatabase()
-
setDatabase
public void setDatabase(JobRunrProperties.Database database)
-
-