Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultPollingInterval = 100 * time.Millisecond
Variables ¶
View Source
var DefaultOptions = &Options{ PollingInterval: DefaultPollingInterval, Serializer: serialization.NewProtobufSerializer(), OutboxTableName: "event_outbox", }
Functions ¶
This section is empty.
Types ¶
type DBForwarder ¶
type DBForwarder struct {
// contains filtered or unexported fields
}
func (*DBForwarder) Stop ¶
func (fw *DBForwarder) Stop() error
type Options ¶
type Options struct { PollingInterval time.Duration Serializer serialization.Serializer OutboxTableName string Logger *zap.Logger }
Click to show internal directories.
Click to hide internal directories.