Defines a type alias for the function called to handle control messages. The prefix argument is the first space-delimited word read from the message, and the stream argument is the bsl::istream containing the remainder of the message.
Declared in <balb_controlmanager.h>
typedef bsl::function<void(bsl::string const&, std::istream&)> ControlHandler;