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

    Class AsyncServer

    AsyncServer is a wrapper around a JavaScript callable that will be passed by the user to process the data received by the Sink.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Start the AsyncServer server with the given callback

      Parameters

      • OptionalsocketPath: string | null
      • OptionalserverInfoPath: string | null

      Returns Promise<void>

    • Stop the AsyncServer server

      Returns void