Skip to content

Function: readPointer()

readPointer<TBody>(queryable, channel, pointer, options): Promise<TopicMessage<TBody> | undefined>

Fetch the one stored envelope a pointer names. Returns undefined when the row is gone (TTL cleanup won the race) or the reader lacks the table’s grant, both of which are expected on the restricted tier rather than errors.

TBody extends SerializableValue

PgQueryable

string

TopicPointer

ResolvedTopicBusPersistenceOptions

Promise<TopicMessage<TBody> | undefined>