Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
standard_event_handler.hpp
Go to the documentation of this file.
1#pragma once
2
7
8namespace radix_relay::core {
9
17template<concepts::signal_bridge Bridge> using standard_event_handler_t = event_handler<command_handler<Bridge>>;
18
19}// namespace radix_relay::core
Parses raw command strings into typed command events.