Documentation
¶
Index ¶
- type LimitOp
- func (o *LimitOp) AddCtrlConsumer(ctrls ...int32)
- func (o *LimitOp) AddMessageConsumer(consumers ...int32)
- func (o *LimitOp) Exec(msg *pipeline.Message) ([]*pipeline.Message, int, error)
- func (o *LimitOp) Free() error
- func (o *LimitOp) GetExecFunc() func(*pipeline.Message) ([]*pipeline.Message, int, error)
- func (o *LimitOp) Specialize() error
- func (o *LimitOp) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimitOp ¶
type LimitOp struct {
// contains filtered or unexported fields
}
func (*LimitOp) AddCtrlConsumer ¶
func (*LimitOp) AddMessageConsumer ¶
func (*LimitOp) GetExecFunc ¶
func (*LimitOp) Specialize ¶
Click to show internal directories.
Click to hide internal directories.