Interface AnalyticsDefaultChannelExporter
- All Superinterfaces:
AnalyticsChannelExporter
,AnalyticsExporter
An
AnalyticsChannelExporter
that is bound to the default KOS analytics
channel. This is a convenience interface that simply returns AnalyticsServer.DEFAULT_CHANNEL
for getChannel()
.- Since:
- 1.7
- Version:
- 2025-04-14
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
Return the name of the channel this exporter should be bound to.Methods inherited from interface com.tccc.kos.core.service.analytics.AnalyticsExporter
exportAnalytics, getAnalyticsPriorityDelay, getMaxAnalyticsSize, getMinAnalyticsSize
-
Method Details
-
getChannel
Description copied from interface:AnalyticsChannelExporter
Return the name of the channel this exporter should be bound to. Only one exporter can be bound per channel.- Specified by:
getChannel
in interfaceAnalyticsChannelExporter
-