EventJournal.ts overview
Since v1.0.0
Exports Grouped by Category
entry
Entry (class)
Signature
declare class Entry
Since v1.0.0
EntryId
Signature
declare const EntryId: any
Since v1.0.0
EntryId (type alias)
Signature
type EntryId = typeof EntryId.Type
Since v1.0.0
EntryIdTypeId
Signature
declare const EntryIdTypeId: unique symbol
Since v1.0.0
RemoteEntry (class)
Signature
declare class RemoteEntry
Since v1.0.0
entryIdMillis
Signature
declare const entryIdMillis: (entryId: EntryId) => number
Since v1.0.0
makeEntryId
Signature
declare const makeEntryId: (options?: { msecs?: number }) => EntryId
Since v1.0.0
errors
ErrorTypeId
Signature
declare const ErrorTypeId: unique symbol
Since v1.0.0
ErrorTypeId (type alias)
Signature
type ErrorTypeId = typeof ErrorTypeId
Since v1.0.0
EventJournalError (class)
Signature
declare class EventJournalError
Since v1.0.0
[ErrorTypeId] (property)
Signature
readonly [ErrorTypeId]: unique symbol
Since v1.0.0
indexed db
layerIndexedDb
Signature
declare const layerIndexedDb: (options?: { readonly database?: string }) => Layer.Layer<EventJournal, EventJournalError>
Since v1.0.0
makeIndexedDb
Signature
declare const makeIndexedDb: (options?: {
readonly database?: string
}) => Effect.Effect<typeof EventJournal.Service, EventJournalError, Scope>
Since v1.0.0
memory
layerMemory
Signature
declare const layerMemory: Layer.Layer<EventJournal>
Since v1.0.0
makeMemory
Signature
declare const makeMemory: Effect.Effect<any>
Since v1.0.0
remote
RemoteId
Signature
declare const RemoteId: any
Since v1.0.0
RemoteId (type alias)
Signature
type RemoteId = typeof RemoteId.Type
Since v1.0.0
RemoteIdTypeId
Signature
declare const RemoteIdTypeId: unique symbol
Since v1.0.0
makeRemoteId
Signature
declare const makeRemoteId: () => RemoteId
Since v1.0.0
tags
EventJournal (class)
Signature
declare class EventJournal
Since v1.0.0