View Source HandlerRegistry (reactive_commons v1.0.2)

This module allows the subscription for events, commands and async queries and for registering their respective handlers

Summary

Functions

Link to this function

handle_command(path, handler)

View Source
Link to this function

handle_command(conf, path, handler)

View Source
Link to this function

listen_event(path, handler)

View Source
Link to this function

listen_event(conf, path, handler)

View Source
Link to this function

listen_notification_event(path, handler)

View Source
Link to this function

listen_notification_event(conf, path, handler)

View Source
Link to this function

serve_query(path, handler)

View Source
Link to this function

serve_query(conf, path, handler)

View Source