Interface Context
-
public interface ContextEncapsulates context associated with the exporter on open.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContext.RecordFilterA filter to limit the records which are exported.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationgetConfiguration()org.slf4j.LoggergetLogger()voidsetFilter(Context.RecordFilter filter)Apply the given filter to limit the records which are exported.
-
-
-
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.
-
-