record abstract method
Called once per recorded event.
Implementations must not throw; catch and swallow recoverable errors, optionally re-queueing for retry.
Implementation
Future<void> record(MeterEvent event);
Called once per recorded event.
Implementations must not throw; catch and swallow recoverable errors, optionally re-queueing for retry.
Future<void> record(MeterEvent event);