MCPcopy Create free account
hub / github.com/apache/mesos / install

Method install

3rdparty/libprocess/include/process/process.hpp:216–221  ·  view source on GitHub ↗

* Sets up a handler for messages with the specified name. */

Source from the content-addressed store, hash-verified

214 * Sets up a handler for messages with the specified name.
215 */
216 void install(
217 const std::string& name,
218 const MessageHandler& handler)
219 {
220 handlers.message[name] = handler;
221 }
222
223 /**
224 * @copydoc process::ProcessBase::install

Callers

nothing calls this directly

Calls 2

bindFunction · 0.70
installFunction · 0.50

Tested by

no test coverage detected