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:
- 7
- Version:
- 7
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturn the name of the channel this exporter should be bound to.Methods inherited from interface com.kosdev.kos.core.service.analytics.AnalyticsExporter
exportAnalytics, getAnalyticsPriorityDelay, getMaxAnalyticsSize, getMinAnalyticsSize
-
Method Details
-
getChannel
Description copied from interface:AnalyticsChannelExporterReturn the name of the channel this exporter should be bound to. Only one exporter can be bound per channel.- Specified by:
getChannelin interfaceAnalyticsChannelExporter
-