Skip to main content
Version: v1

IPendingFlush Interface

This represents an explicit flush call and is added to the pending queue when flush is called on the ContainerRuntime to flush pending messages.

Signature

export interface IPendingFlush

Properties

Property Type Description
type "flush"

Property Details

type

Signature

type: "flush";

Type: "flush"