Interface AnalyticsChannelExporter

All Superinterfaces:
AnalyticsExporter
All Known Subinterfaces:
AnalyticsDefaultChannelExporter

public interface AnalyticsChannelExporter extends AnalyticsExporter
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 Details

    • getChannel

      String getChannel()
      Return the name of the channel this exporter should be bound to. Only one exporter can be bound per channel.