public interface AnalyticsConnectorPlugin extends Plugin
| Modifier and Type | Method and Description |
|---|---|
void |
add(AProcess process)
Adds a process to a connector which acts as a consumer.
|
void |
add(HealthCheck healthCheck)
Adds a healthCheck to a connector which acts as a consumer.
|
void |
add(Metric metric)
Adds a metric to a connector which acts as a consumer.
|
void add(AProcess process)
process - the processvoid add(Metric metric)
metric - the metricvoid add(HealthCheck healthCheck)
healthCheck - the healthCheckCopyright © 2018. All Rights Reserved.