Record Class IdEventMailSent

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.telemetry.api.IdEventMailSent
Record Components:
to - The target address
time - The time it took to send
All Implemented Interfaces:
IdEventType

public record IdEventMailSent(IdEmail to, Duration time) extends Record implements IdEventType
Mail was sent successfully.