event_bus_metrics v0.3.1 EventBus.Metrics
Documentation for EventBus.Metrics.
Link to this section Summary
Functions
Fetch hit count for an event topic
Fetch an event
Fetch topic info
List of unprocessed events
List of unprocessed events by topic
List subscriptions
List topics
Process event_bus events
Fetch sum of hit counts for all event topics
Check if the given topic exists
Link to this section Functions
Link to this function
count_events(topic)
Fetch hit count for an event topic
Link to this function
find_event(topic, id)
Fetch an event
Link to this function
find_topic(topic)
Fetch topic info
Link to this function
list_events()
List of unprocessed events
Link to this function
list_events(topic)
List of unprocessed events by topic
Link to this function
list_subscribers()
List subscriptions
Link to this function
list_topics()
List topics
Link to this function
process(event_shadow)
Process event_bus events
Link to this function
sum_events()
Fetch sum of hit counts for all event topics
Link to this function
topic_exist?(topic)
Check if the given topic exists