Crate eventsourced_nats

Source
Expand description

EventLog and SnapshotStore implementations based upon NATS.

Structs§

NatsEventLog
An EventLog implementation based on NATS.
NatsEventLogConfig
Configuration for the NatsEventLog.
NatsSnapshotStore
A SnapshotStore implementation based on NATS.
NatsSnapshotStoreConfig
Configuration for the SnapshotStore.

Enums§

AuthConfig
Authentication configuration.
Error
Errors from the NatsEventLog or NatsSnapshotStore.

Functions§

make_client
Create a NATS client.