Event¶
- class passengersim.core.Event¶
Bases:
objectEvent objects
Methods
__init__(*args, **kwargs)Attributes
Timestamp for the event, will be a float for Unix time
Python object, will be returned to the caller when the event is processed
- event_time¶
Timestamp for the event, will be a float for Unix time
- payload¶
Python object, will be returned to the caller when the event is processed