Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Subscriber
import { type Subscriber } from "https://deno.land/x/rsocket@0.3.0/reactivestreams/mod.ts";

Methods

onSubscribe(subscription: Subscription): void
onNext(value: T): void
onError(error: any): void
onComplete(): void