Create a new source transform server.
Async function that transforms input datum to output messages
Start the source transform server.
OptionalsocketPath: string | nullOptional custom Unix socket path (defaults to Numaflow standard)
OptionalserverInfoPath: string | nullOptional path for server info file
Stop the server gracefully.
Async server for handling source transform operations.
The server listens on a Unix domain socket and processes incoming messages through the provided transform function.
Example