Ask a question to get started
Enter to send•Shift+Enter new line
constructor< TEvent extends Event = Event, TYield = TEvent >( subscriptionId: string, params: SubscribeParams, onUnsubscribe: (id: string) => Promise<void>, transform: (event: TEvent) => TYield ): SubscriptionHandle<TEvent, TYield>
subscriptionId
string
params
SubscribeParams
onUnsubscribe
(id: string) => Promise<void>
transform
(event: TEvent) => TYield