Event

class passengersim.core.Event

Bases: object

Event objects

Methods

__init__(*args, **kwargs)

Attributes

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

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