event_bus v1.4.2 EventBus.Model.Event
Structure and type for Event model
Link to this section Summary
Functions
Duration of the event, and simple answer of how long does it take to generate this event
Link to this section Types
Defines the Event struct.
- :id - Identifier
- :transaction_id - Transaction identifier, if event belongs to a transaction
- :topic - Topic name
- :data - Context
- :initialized_at - When the process initialized to generate this event
- :occurred_at - When it is occurred
- :source - Who created this event: module, function or service name are good
- :ttl - Time to live value
Link to this section Functions
Duration of the event, and simple answer of how long does it take to generate this event