package ledger
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
ConcurrencyException extends Exception
Created by kevin on 25/4/2018.
- class DuplicateCommitException extends Exception
- class EntityView extends EventStreamReceiver
- class FirestoreLedger extends RepositoryWithEntityStream
- case class FirestoreLedgerConfig(url: String, mainCollectionName: String, subCollectionName: String) extends Product with Serializable
- class InMemoryDispatcher extends Logging
- class InMemoryLedger extends RepositoryWithSingleStream with Logging
- class KafkaEventDispatcher extends Logging
- class KafkaLedger extends Repository with Logging
- trait Logging extends AnyRef
-
class
StorageException extends Exception
Created by kevin on 25/4/2018.
-
class
StorageUnavailableException extends StorageException
Created by kevin on 25/4/2018.
Value Members
-
object
BinarySerializer
Created by kevin on 25/4/2018.
- object InstantSerializer extends CustomSerializer[Instant]
- object UUIDSerializer extends CustomSerializer[UUID]