Documentation
¶
Overview ¶
Package ticker offers an input carrier for the meander flow framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Carrier ¶
Carrier defines the ticker carrier.
func (*Carrier) AcknowledgeMessage ¶
func (c *Carrier) AcknowledgeMessage(m *flow.MessageContext, mErr error) error
AcknowledgeMessage is not relevant for this carrier.
func (*Carrier) InternalError ¶
func (c *Carrier) InternalError(m *flow.MessageContext, mErr error) error
InternalError is not relevant for this carrier.
func (*Carrier) SetupInput ¶
func (c *Carrier) SetupInput(inChan chan *flow.MessageContext) error
SetupInput creates a ticker and writes to inChan on every tick.
Click to show internal directories.
Click to hide internal directories.