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

Method send

src/master/master.cpp:12328–12339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12326
12327
12328void Master::Subscribers::send(
12329 const mesos::master::Event& event,
12330 const Option<FrameworkInfo>& frameworkInfo,
12331 const Option<Task>& task)
12332{
12333 VLOG(1) << "Notifying all active subscribers about " << event.type()
12334 << " event";
12335
12336 foreachvalue (const Owned<Subscriber>& subscriber, subscribed) {
12337 subscriber->send(event, frameworkInfo, task);
12338 }
12339}
12340
12341
12342void Master::Subscribers::Subscriber::send(

Callers

nothing calls this directly

Calls 3

typeMethod · 0.80
ClearMethod · 0.80
sendMethod · 0.65

Tested by

no test coverage detected