Skip to main contentModule model
Source - 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.
- JobStatus
- Enumeration of possible job lifecycle states.
- QueueOrdering
- Per-queue job execution ordering policy.
- JobProcessor
- Trait-based job processor interface for structured background workers.
- JobHandler
- Asynchronous job handler closure type alias.