Class JobRunrConfiguration.MiscellaneousConfiguration
- java.lang.Object
-
- org.jobrunr.quarkus.autoconfigure.JobRunrConfiguration.MiscellaneousConfiguration
-
- Enclosing class:
- JobRunrConfiguration
public static class JobRunrConfiguration.MiscellaneousConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanallowAnonymousDataUsageAllows to opt-out of anonymous usage statistics.
-
Constructor Summary
Constructors Constructor Description MiscellaneousConfiguration()
-
-
-
Field Detail
-
allowAnonymousDataUsage
@ConfigItem(defaultValue="true") public boolean allowAnonymousDataUsage
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.
-
-