record abstract method

Future<void> record(
  1. MeterEvent event
)

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);