Skip to content

Commit

Permalink
Definition of "Occurrence" cloudevents#83 (cloudevents#90)
Browse files Browse the repository at this point in the history
* Definition of "Occurrence" cloudevents#84

* Update spec.md

* Update spec.md

* Update spec.md
  • Loading branch information
clemensv authored and Doug Davis committed Mar 8, 2018
1 parent c2cf55c commit f92b8cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ be interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
This specification defines the following terms:

#### Occurrence
When something happens (or doesn’t happen) and is detected by a software
system. This is most typically when that system receives an external signal
(e.g. HTTP or RPC), though could also be through observing a changing value
(e.g. an IoT sensor or period of inactivity).
An "occurrence" is the capture of a statement of fact during the operation of
a software system. This might occur because of a signal raised by the system or
a signal being observed by the system, because of a state change, because of
a timer elapsing, or any other noteworthy activity. For example, a device might
go into an alert state because the battery is low, or a virtual machine is
about to perform a scheduled reboot.

#### Event
Data representing an occurrence, a change in state, that something happened
Expand Down

0 comments on commit f92b8cb

Please sign in to comment.