Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelayExecutor ¶
type DelayExecutor struct {
// contains filtered or unexported fields
}
func NewDelayExecutor ¶
func NewDelayExecutor(container *container.DIContiner, wg *sync.WaitGroup) *DelayExecutor
func (*DelayExecutor) Name ¶
func (ex *DelayExecutor) Name() string
func (*DelayExecutor) Start ¶
func (ex *DelayExecutor) Start() error
func (*DelayExecutor) Stop ¶
func (ex *DelayExecutor) Stop() error
type RetryExecutor ¶
type RetryExecutor struct {
// contains filtered or unexported fields
}
func NewRetryExecutor ¶
func NewRetryExecutor(container *container.DIContiner, wg *sync.WaitGroup) *RetryExecutor
func (*RetryExecutor) Name ¶
func (ex *RetryExecutor) Name() string
func (*RetryExecutor) Start ¶
func (ex *RetryExecutor) Start() error
func (*RetryExecutor) Stop ¶
func (ex *RetryExecutor) Stop() error
type TimeoutExecutor ¶
type TimeoutExecutor struct {
// contains filtered or unexported fields
}
func NewTimeoutExecutor ¶
func NewTimeoutExecutor(container *container.DIContiner, wg *sync.WaitGroup) *TimeoutExecutor
func (*TimeoutExecutor) Name ¶
func (ex *TimeoutExecutor) Name() string
func (*TimeoutExecutor) Start ¶
func (ex *TimeoutExecutor) Start() error
func (*TimeoutExecutor) Stop ¶
func (ex *TimeoutExecutor) Stop() error
Click to show internal directories.
Click to hide internal directories.