bobocep.cep.engine.receiver.validator

Receiver data validators.

Classes

BoboValidator()

An abstract validator.

BoboValidatorAll()

Validator that accepts all data.

BoboValidatorJSONSchema(schema)

Validates whether the data type is valid with respect to a given JSON Schema.

BoboValidatorJSONable()

Validates whether the data type is JSONable.

BoboValidatorType(types[, subtype])

Validates whether the entity type matches any of the given data types.

Exceptions

BoboValidatorError

A validator error.