smart_city v2.3.0 SmartCity.Events View Source

Defines macros for encoding event types the Smart City platform will respond to in any of the various micro service components in a central location shared by all components.

Link to this section Summary

Functions

Signals that a new file has been uploaded to the object store and made available for the rest of the system.

Defines an update event to a dataset within the system. The system treats create events as a subset of updates.

Defines an update event to an organization within the system. The system treats create events as a subset of updates.

Link to this section Functions

Link to this macro

file_uploaded()

View Source (macro)

Signals that a new file has been uploaded to the object store and made available for the rest of the system.

Link to this macro

update_dataset()

View Source (macro)

Defines an update event to a dataset within the system. The system treats create events as a subset of updates.

Link to this macro

update_organization()

View Source (macro)

Defines an update event to an organization within the system. The system treats create events as a subset of updates.