inngest
Version:
Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.
15 lines • 576 B
TypeScript
import { type Inngest } from "../Inngest.js";
import { SDKResponse } from "../../proto/src/components/connect/protobuf/connect.js";
export declare class MessageBuffer {
private buffered;
private pending;
private inngest;
private debug;
constructor(inngest: Inngest.Any);
append(response: SDKResponse): void;
addPending(response: SDKResponse, deadline: number): void;
acknowledgePending(requestId: string): void;
private sendFlushRequest;
flush(hashedSigningKey: string | undefined): Promise<void>;
}
//# sourceMappingURL=buffer.d.ts.map