toggle menu
Transactional Outbox
jvm
switch theme
search in API
spring
/
io.github.bluegroundltd.springoutbox.postgreslock
Package-level
declarations
Types
Types
Postgres
Lock
Dao
Link copied to clipboard
@
Component
class
PostgresLockDao
(
entityManager
:
EntityManager
)
Provides distributed locking functionality via Postgres session-level advisory locks.
Postgres
Outbox
Locks
Provider
Link copied to clipboard
class
PostgresOutboxLocksProvider
(
postgresLockDao
:
PostgresLockDao
,
id
:
Long
)
:
OutboxLocksProvider