Interface JobRunrConfiguration.MiscellaneousConfiguration
- Enclosing interface:
- JobRunrConfiguration
@ConfigurationProperties("miscellaneous")
public static interface JobRunrConfiguration.MiscellaneousConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAllows to opt-out of anonymous usage statistics.
-
Method Details
-
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.
-