MCPcopy
hub / github.com/uptrace/uptrace / Handler

Interface Handler

pkg/taskq/handler.go:20–22  ·  view source on GitHub ↗

Handler is an interface for processing messages.

Source from the content-addressed store, hash-verified

18
19// Handler is an interface for processing messages.
20type Handler interface {
21 HandleJob(ctx context.Context, msg *Job) error
22}
23
24type HandlerFunc func(*Job) error
25

Callers 4

ProcessMethod · 0.65
deleteMethod · 0.65
HandleJobMethod · 0.65
HandleJobMethod · 0.65

Implementers 3

reflectFuncpkg/taskq/handler.go
Taskpkg/taskq/task.go
TaskMappkg/taskq/registry.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…