Packages

package sync

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Client(forPeerServer: Boolean, datomicClient: AnyRef) extends ClojureBridge with AnomalyWrapper with Product with Serializable
  2. case class Connection(datomicConn: AnyRef) extends AnomalyWrapper with Product with Serializable
  3. case class Db(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable
  4. case class TxReport(rawTxReport: Map[_, _]) extends Product with Serializable

    Facade to Datomic transaction report

Value Members

  1. object Datomic extends ClojureBridge with AnomalyWrapper

Ungrouped