class json_event_loop_engine::JSONEventLoopEngine

class JSONEventLoopEngine: public EventLoopEngine {
public:
    // methods

    def __init__(
        self self,
        float timestep,
        float timestep_thres,
        int store_capacity,
        bool do_process_last,
        dict engine_config,
        dict mqtt_config,
        JSONEngineWrapper engine_wrapper
    );
};