AsyncRecord

final case class AsyncRecord[F[_], A](data: A, callback: Either[Throwable, Unit] => F[Unit], attributes: Map[String, String], uniqueId: String) extends Record[A]
trait Serializable
trait Product
trait Equals
trait Record[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product