interface InMemoryConnector
extends EventLogConnector
Creates an in-memory event log connector for testing and development.
Events are stored in memory and lost when the process exits. Ideal for unit tests, prototyping, and development environments.
connect(): Promise<EventLogAdapter>
end(): Promise<void>