Methods
batchQuery
- batchQuery(queries): Promise<Envelope[][]>
-
Returns Promise<Envelope[][]>
publish
- publish(messages): Promise<PublishResponse>
-
Returns Promise<PublishResponse>
query
- query(params, options): Promise<Envelope[]>
-
Returns Promise<Envelope[]>
queryIteratePages
- queryIteratePages(params, options): AsyncGenerator<Envelope[], any, unknown>
-
Returns AsyncGenerator<Envelope[], any, unknown>
queryIterator
- queryIterator(params, options): AsyncGenerator<Envelope, any, unknown>
-
Returns AsyncGenerator<Envelope, any, unknown>
setAuthenticator
- setAuthenticator(authenticator, cacheExpirySeconds?): void
-
Parameters
-
-
Optional
cacheExpirySeconds: number
Returns void