Interface Context


  • public interface Context
    Encapsulates context associated with the exporter on open.
    • Method Detail

      • getLogger

        org.slf4j.Logger getLogger()
        Returns:
        pre-configured logger for this exporter
      • getConfiguration

        Configuration getConfiguration()
        Returns:
        configuration for this exporter
      • setFilter

        void setFilter​(Context.RecordFilter filter)
        Apply the given filter to limit the records which are exported.
        Parameters:
        filter - the filter to apply.