bobocep.cep.event.factory.BoboEventFactory

class bobocep.cep.event.factory.BoboEventFactory[source]

Bases: object

A BoboEvent factory that generates instances from JSON representations of events.

__init__()
static from_json_str(j: str) BoboEvent[source]
Parameters:

j – A JSON str representation of the event.

Returns:

A new instance of the event type.

Raises: