@numaproj/numaflow-js - v0.0.0-alpha.4
    Preparing search index...

    Class AsyncServer

    Async server for source operations.

    Wraps a Sourcer implementation and handles communication with the Numaflow platform.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Start the source server.

      Parameters

      • OptionalsocketPath: string | null

        Optional custom Unix socket path

      • OptionalserverInfoPath: string | null

        Optional path for server info file

      Returns Promise<void>

    • Stop the server gracefully.

      Returns void