- withClientIdFileName(String) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
-
Specifies a custom file name to use when storing a persistent client id
used to identify returning users.
- withDebugLogger(Consumer<? super String>) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
-
Specifies a custom logger that will receive debug messages.
- withErrorLogger(Consumer<? super String>) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
-
Specifies a custom logger that will receive error messages.
- withFrequencyLimit(int, long, TimeUnit) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
-
Limits the frequency by which events can be sent upstream to Google Analytics.
- withReportDespiteJUnit() - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
-
Specifies that reporting shall be made even though
JUnit test classes are available to the classloader.
- withUrl(String) - Method in interface net.openhft.chronicle.analytics.Analytics.Builder
-
Specifies a custom URL to use when connecting to Google Analytics.