Module: cli

Members

(static) printResult :module:cli~printResult

Output all PubSub event occurrence in store
Type:
Source:

Methods

(inner) printEventOccurrence(eventOccurrence)

Print all occurrence type of eventOccurrence for one event
Parameters:
Name Type Description
eventOccurrence module:store.EventOccurrence
Source:

(inner) printEventOneOccurrence(occurrences)

Print array of event occurrence with once occurrence type
Parameters:
Name Type Description
occurrences Array.<module:store.EventOneOccurrence>
Source:

(inner) printResult(store)

Output all PubSub event occurrence in store
Parameters:
Name Type Description
store module:store~Store Event occurrence store @see Store
Source: