reactive_commons v0.6.1 HandlerRegistry View Source

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

Link to this section Summary

Link to this section 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

serve_query(path, handler)

View Source
Link to this function

serve_query(conf, path, handler)

View Source