Interface JobRunrConfiguration.MiscellaneousConfiguration
-
- Enclosing interface:
- JobRunrConfiguration
@ConfigurationProperties("jobs") public static interface JobRunrConfiguration.MiscellaneousConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAllowAnonymousDataUsage()Allows to opt-out of anonymous usage statistics.booleanisEnabled()Enables the JobRunr dashboard.
-
-
-
Method Detail
-
isEnabled
@Bindable(defaultValue="false") boolean isEnabled()
Enables the JobRunr dashboard.
-
isAllowAnonymousDataUsage
@Bindable(defaultValue="true") boolean isAllowAnonymousDataUsage()
Allows to opt-out of anonymous usage statistics. This setting is true by default and sends only the total amount of succeeded jobs processed by your cluster per day to show a counter on the JobRunr website for marketing purposes.
-
-