Package at.aimon.session.postgres
package at.aimon.session.postgres
Postgres-backed implementations of the
aimon-session-base SPIs
(ConversationLock, ConversationSignalBus, ConversationInbox,
IdempotencyStore).
See docs/design/implemented/web-agent-session-postgres-design.md for the full design. DDL is shipped as
V*.sql resources under db/postgres/ and applied manually by operators with
psql -v ON_ERROR_STOP=1 — the runtime never executes CREATE statements.
-
ClassesClassDescriptionPostgres-backed
ConversationInboxper design §4.3.Postgres-backedConversationLockper design §4.1.Postgres-backedConversationSignalBusper design §4.2.Postgres-backedIdempotencyStoreper design §4.4.