Interface Context


public interface Context
Encapsulates context associated with the exporter on open.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A filter to limit the records which are exported.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.slf4j.Logger
     
    void
    Apply the given filter to limit the records which are exported.
  • Method Details

    • 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.