final case classEvent[A](prefix: String, label: String, record: A, time: Instant = Instant.now()) extends fluflu.Event[A] with Product with Serializable
final case classEventTime[A](prefix: String, label: String, record: A, time: Instant = Instant.now()) extends fluflu.Event[A] with Product with Serializable