Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-channel / types / BufferCleanupStrategy

Type Alias: BufferCleanupStrategy

BufferCleanupStrategy = "min-position" | "sliding-window" | "time-based" | "none"

Defined in: types/ChannelConfig.d.ts:4

Buffer cleanup strategy for bounded channels.

Licensed under BUSL-1.1