ktkit
Toggle table of contents
0.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
ktkit
ktkit-sqlx4k-pgmq
/
io.github.smyrgeorge.ktkit.sqlx4k.pgmq
Package-level
declarations
Types
Types
Abstract
Pgmq
Event
Handler
Link copied to clipboard
abstract
class
AbstractPgmqEventHandler
(
pgmq
:
Pgmq
,
queue
:
PgmqClient.Queue
,
options
:
PgmqConsumer.Options
=
DEFAULT_OPTIONS
,
defaultUser
:
Principal
?
=
null
)
:
Component
Pgmq
Link copied to clipboard
class
Pgmq
(
pg
:
IPostgresSQL
,
options
:
PgmqClient.Options
=
PgmqClient.Options()
)
A wrapper class that provides access to PostgreSQL message queue (PGMQ) functionalities.