Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
QueueField param.ParaKey `config:"queue_name_field"`
MessageField param.ParaKey `config:"message_field"`
MessageIncludeResponse bool `config:"message_include_response"`
KeepTags bool `config:"keep_tags"`
FlowName string `config:"flow"`
FlowMaxRunningTimeoutInSeconds int `config:"flow_max_running_timeout_in_second"`
CommitOnTag string `config:"commit_on_tag"`
IdleWaitTimeoutInSeconds int `config:"idle_wait_timeout_in_second"`
}
type FlowRunnerProcessor ¶
type FlowRunnerProcessor struct {
// contains filtered or unexported fields
}
func (*FlowRunnerProcessor) Name ¶
func (processor *FlowRunnerProcessor) Name() string
func (*FlowRunnerProcessor) Process ¶
func (processor *FlowRunnerProcessor) Process(ctx *pipeline.Context) error
func (FlowRunnerProcessor) Stop ¶
func (processor FlowRunnerProcessor) Stop() error
Click to show internal directories.
Click to hide internal directories.