SqlMessageStorage.ts overview
Since v1.0.0
Exports Grouped by Category
Constructors
make
Signature
declare const make: any
Since v1.0.0
Layers
layer
Signature
declare const layer: Layer.Layer<MessageStorage.MessageStorage, SqlError, any>
Since v1.0.0
layerWith
Signature
declare const layerWith: (options: {
readonly prefix?: string | undefined
readonly replyPollInterval?: DurationInput | undefined
}) => Layer.Layer<MessageStorage.MessageStorage, SqlError, SqlClient.SqlClient | ShardingConfig>
Since v1.0.0