Interface MeterFilter
public interface MeterFilter
Represents a meter filter.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionAccepts a meter id for filtering.
-
Method Details
-
accept
Accepts a meter id for filtering.- Parameters:
id- Id with transformations applied- Returns:
- after all transformations, should a real meter be registered for this id, or should it be no-op'd.
-