Interface Context
public interface Context
Encapsulates context associated with the exporter on open.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA filter to limit the records which are exported. -
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.LoggervoidsetFilter(Context.RecordFilter filter) 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
Apply the given filter to limit the records which are exported.- Parameters:
filter- the filter to apply.
-