T
- Type of ContentFilterpublic interface ContentFilter<T>
Modifier and Type | Method and Description |
---|---|
boolean |
acceptSample(Sample<T> sample)
This method is called to determine whether or not a
Sample should be passed forward.
|
ContentFilterProperty |
getContentFilterProperty()
Gets a ContentFilterProperty that will be sent to writers
|
boolean acceptSample(Sample<T> sample)
sample
- SampleContentFilterProperty getContentFilterProperty()
Copyright © 2016. All rights reserved.