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.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()voidsetBackgroundJobServer(JobRunrProperties.BackgroundJobServer backgroundJobServer)voidsetDashboard(JobRunrProperties.Dashboard dashboard)
-
-
-
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)
-
-