Interface AnalyticsChannelExporter
- All Superinterfaces:
AnalyticsExporter
- All Known Subinterfaces:
AnalyticsDefaultChannelExporter
An
AnalyticsExporter
that is bound to a single channel. This is
a convenience interface in that instances of this interface will automatically
be registered with AnalyticsServer
via autowiring. This avoids the
need to call AnalyticsServer.register()
to bind the exporter to a
named channel.- Since:
- 1.7
- Version:
- 2025-04-14
-
Method Summary
Modifier and TypeMethodDescriptionReturn 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
String getChannel()Return the name of the channel this exporter should be bound to. Only one exporter can be bound per channel.
-