Interface LLTelemetryServiceFactoryType
- All Known Implementing Classes:
LLTelemetryServices
public interface LLTelemetryServiceFactoryType
A factory of telemetry services.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(LLTelemetryConfiguration configuration) Create a telemetry service.default LLTelemetryServiceTypecreate(Optional<LLTelemetryConfiguration> configuration) Create a telemetry service.
-
Method Details
-
create
Create a telemetry service.- Parameters:
configuration- The telemetry configuration- Returns:
- A telemetry service
-
create
Create a telemetry service.- Parameters:
configuration- The telemetry configuration- Returns:
- A telemetry service
-