Documentation
¶
Index ¶
Constants ¶
View Source
const (
ReconcileLimit = 100
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func NewListener ¶
func (*Listener) ValuesChanged ¶
type Periodic ¶
type Periodic struct {
// contains filtered or unexported fields
}
func NewPeriodic ¶
type Processor ¶
type Processor interface {
Process(ctx context.Context, stream es.StreamReference) error
}
type Schema ¶
type Schema interface {
SelectOutboxStreamIDs(ctx context.Context, db dbtx.DBTX, graceWindow time.Duration, partitions []uint32, token string, limit int) ([]es.StreamReference, error)
Listen(ctx context.Context, db dbtx.DBTX, partitions []uint32) error
Unlisten(ctx context.Context, db dbtx.DBTX, partitions []uint32) error
}
Click to show internal directories.
Click to hide internal directories.