Package io.split.telemetry.storage
Interface TelemetryEvaluationConsumer
-
- All Known Subinterfaces:
TelemetryStorage,TelemetryStorageConsumer
- All Known Implementing Classes:
InMemoryTelemetryStorage,NoopTelemetryStorage
public interface TelemetryEvaluationConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodExceptionspopExceptions()MethodLatenciespopLatencies()
-
-
-
Method Detail
-
popExceptions
MethodExceptions popExceptions() throws Exception
- Throws:
Exception
-
popLatencies
MethodLatencies popLatencies() throws Exception
- Throws:
Exception
-
-