Documentation
¶
Overview ¶
Package worker provides message processing workers for pg_flo.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Worker)
Option is a function type that modifies Worker configuration
func WithBatchSize ¶
WithBatchSize sets the batch size for the worker
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
Worker represents a worker that processes messages from NATS.
Click to show internal directories.
Click to hide internal directories.