Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method SubscriptionImpl.prototype.setPrePostHandlers
import { SubscriptionImpl } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";

Parameters

opts: { ingestionFilterFn?: IngestionFilterFn<Msg>; protocolFilterFn?: ProtocolFilterFn<Msg>; dispatchedFn?: DispatchedFn<Msg>; }