public class TelemetryParserRegistryImpl extends TelemetryServiceRegistryImpl<ParserFactory,ParserDefinition,Parser>
| Constructor and Description | 
|---|
TelemetryParserRegistryImpl()  | 
TelemetryParserRegistryImpl(long gracePeriodMs,
                           long waitPeriodMs,
                           long lookupDelayMs)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onBind(ParserFactory parserFactory,
      Map properties)  | 
void | 
onUnbind(ParserFactory parserFactory,
        Map properties)  | 
getService, lookuppublic TelemetryParserRegistryImpl()
public TelemetryParserRegistryImpl(long gracePeriodMs,
                                   long waitPeriodMs,
                                   long lookupDelayMs)
public void onBind(ParserFactory parserFactory, Map properties)
onBind in class TelemetryServiceRegistryImpl<ParserFactory,ParserDefinition,Parser>public void onUnbind(ParserFactory parserFactory, Map properties)
onUnbind in class TelemetryServiceRegistryImpl<ParserFactory,ParserDefinition,Parser>Copyright © 2021. All rights reserved.