The callable signature for a subscription endpoint on the typed client.
Returns a Subscription handle that is both an AsyncIterable and has send() / close() methods.
AsyncIterable
send()
close()
Pass reconnect: false to disable automatic reconnection for this call even when a global subscriptionReconnect is configured.
reconnect: false
subscriptionReconnect
The callable signature for a subscription endpoint on the typed client.
Returns a Subscription handle that is both an
AsyncIterableand hassend()/close()methods.Pass
reconnect: falseto disable automatic reconnection for this call even when a globalsubscriptionReconnectis configured.