Interface CAServerTelemetryServiceFactoryType
- All Known Implementing Classes:
CAServerTelemetryServices
public interface CAServerTelemetryServiceFactoryType
A factory of telemetry services.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CAServerOpenTelemetryConfiguration configuration) Create a telemetry service.
-
Method Details
-
create
Create a telemetry service.- Parameters:
configuration- The telemetry configuration- Returns:
- A telemetry service
-