package sync
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class Client(forPeerServer: Boolean, datomicClient: AnyRef) extends ClojureBridge with AnomalyWrapper with Product with Serializable
- case class Connection(datomicConn: AnyRef) extends AnomalyWrapper with Product with Serializable
- case class Db(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable
- case class TxReport(rawTxReport: Map[_, _]) extends Product with Serializable
Facade to Datomic transaction report
Value Members
- object Datomic extends ClojureBridge with AnomalyWrapper