Stream Processor

stream

0.1.0

Contract slug: core

Maintains the stream's own reduced state.

Consumes

Emits

None.

Owned events

stream/child-stream-created

Records a descendant stream under this stream: the immediate child segment in childPaths and the full announced path in descendantPaths.

stream/configured

Configures stream-level options.

stream/created

Initializes the core reduced state for a stream.

stream/error-occurred

Records a structured stream or processor runner error.

stream/metadata-updated

Replaces stream metadata kept in core reduced state.

stream/paused

Records that the stream is paused and should reject ordinary appends.

stream/processor-registered

Records the public contract for a processor active on this stream.

stream/resumed

Records that the stream has resumed accepting ordinary appends.

stream/subscription-configured

Configures or replaces an outbound subscription for this stream.

stream/woken

Records that a Durable Object incarnation has started running this stream.