typed_handler

command
v0.1.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package main demonstrates the generic type-safe handler wrapper and rich control flow errors (Skip, Repeat, Pause).

Scenario: An order processing pipeline where:

  • TypedHandler[T] eliminates manual JSON unmarshal boilerplate
  • TypedHandlerWithResult[T,R] returns typed output
  • SkipError skips orders below a minimum threshold
  • RepeatError re-enqueues for incremental batch processing
  • PauseError pauses the job when an external dependency is down

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL