Skip to main content

Module model

Module model 

Source

Structs§

ConsumerGroupStatus
Status and offset information for a consumer group registered on a stream log.
Event
Represents an immutable event stored within a durable stream log.
Job
Primary job entity representing a unit of work stored in a storage backend.
JobListItem
Lightweight job summary model returned when listing jobs in Admin UI or APIs.
NewEvent
Input model for publishing a new event into a stream log.
NewJob
Specification for enqueueing a new job into a storage backend.
QueueConfig
Configuration options for a job queue.

Enums§

JobStatus
Enumeration of possible job lifecycle states.
QueueOrdering
Per-queue job execution ordering policy.

Traits§

JobProcessor
Trait-based job processor interface for structured background workers.

Type Aliases§

JobHandler
Asynchronous job handler closure type alias.