Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventDefinition ¶
EventDefinition ... Represents the stateful definition of the event log pipe component Used to transform block data into event logs (block->events) Uses a DLQ to reprocess failed queries & state store to get events to monitor
func NewEventDefinition ¶ added in v1.0.0
NewEventDefinition ... Initializes the event log pipe definition
func (*EventDefinition) Transform ¶
func (ed *EventDefinition) Transform(ctx context.Context, td core.TransitData) ([]core.TransitData, error)
Transform ... Attempts to reprocess previously failed queries first before attempting to process the current block data
Click to show internal directories.
Click to hide internal directories.