Libraries
    Preparing search index...

    Interface AsyncApiServer_ServerLike

    Minimal interface for a @cleverbrush/server server instance. Matches the relevant subset of ServerBuilder needed for AsyncAPI generation.

    interface AsyncApiServer_ServerLike {
        getSubscriptionRegistrations(): readonly SubscriptionRegistration[];
    }
    Index

    Methods