Documentation
¶
Index ¶
- type OptionSession
- type OutputRedisQueueExtendRule
- func (l *OutputRedisQueueExtendRule) Id() string
- func (l *OutputRedisQueueExtendRule) Infinity() bool
- func (l *OutputRedisQueueExtendRule) Initialize(ctx context.Context, optionRaw map[string]interface{}) error
- func (l *OutputRedisQueueExtendRule) Run(ctx context.Context, ...)
- func (l *OutputRedisQueueExtendRule) Stop(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptionSession ¶
type OutputRedisQueueExtendRule ¶
type OutputRedisQueueExtendRule struct {
// contains filtered or unexported fields
}
func NewOutputRedisQueueExtendRule ¶
func NewOutputRedisQueueExtendRule() *OutputRedisQueueExtendRule
func (*OutputRedisQueueExtendRule) Id ¶
func (l *OutputRedisQueueExtendRule) Id() string
func (*OutputRedisQueueExtendRule) Infinity ¶
func (l *OutputRedisQueueExtendRule) Infinity() bool
func (*OutputRedisQueueExtendRule) Initialize ¶
func (l *OutputRedisQueueExtendRule) Initialize(ctx context.Context, optionRaw map[string]interface{}) error
func (*OutputRedisQueueExtendRule) Run ¶
func (l *OutputRedisQueueExtendRule) Run(ctx context.Context, subscribeQueueInput func(ctx context.Context, callback queue.SubscribeFunction[*data.InputEngine]) error, pushQueueOutput func(ctx context.Context, input *data.OutputEngine) error)
Click to show internal directories.
Click to hide internal directories.