Events Detail
Event
The fully qualified name is org.hyperledger.composer.system.Event
Additional Information
The base event is implicitly extended by all other events. Event is an abstract meaning that no instances of it can be created, however, it does contain the eventId and timestamp properties, which are extended to all other events.
abstract event Event identified by eventId {
o String eventId
o DateTime timestamp
}
Name | Type | Description |
---|---|---|
eventId | string | Identifier for this event |
timestamp | string | Timestamp for this event |