public class TelemetryAdapterRegistryImpl extends TelemetryServiceRegistryImpl<AdapterFactory,AdapterDefinition,Adapter>
Constructor and Description |
---|
TelemetryAdapterRegistryImpl() |
TelemetryAdapterRegistryImpl(long gracePeriodMs,
long waitPeriodMs,
long lookupDelayMs) |
Modifier and Type | Method and Description |
---|---|
void |
onBind(AdapterFactory adapterFactory,
Map properties) |
void |
onUnbind(AdapterFactory adapterFactory,
Map properties) |
getService, lookup
public TelemetryAdapterRegistryImpl()
public TelemetryAdapterRegistryImpl(long gracePeriodMs, long waitPeriodMs, long lookupDelayMs)
public void onBind(AdapterFactory adapterFactory, Map properties)
onBind
in class TelemetryServiceRegistryImpl<AdapterFactory,AdapterDefinition,Adapter>
public void onUnbind(AdapterFactory adapterFactory, Map properties)
onUnbind
in class TelemetryServiceRegistryImpl<AdapterFactory,AdapterDefinition,Adapter>
Copyright © 2021. All rights reserved.