Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InboundJob ¶
InboundJob is the minimal job view the orchestration runtime needs from the queue layer.
type JobOptions ¶
type Runtime ¶
type Runtime interface {
BusRegister(jobType string, handler Handler)
BusDispatch(ctx context.Context, jobType string, payload []byte, opts JobOptions) error
StartWorkers(ctx context.Context) error
Shutdown(ctx context.Context) error
}
Runtime is the queue runtime surface required by the orchestration engine.
Click to show internal directories.
Click to hide internal directories.