| 490 | ConfigBroadcaster::~ConfigBroadcaster() = default; |
| 491 | |
| 492 | Future<Void> ConfigBroadcaster::registerNode(WorkerInterface const& w, |
| 493 | Version lastSeenVersion, |
| 494 | ConfigClassSet const& configClassSet, |
| 495 | Future<Void> watcher, |
| 496 | ConfigBroadcastInterface const& broadcastInterface) { |
| 497 | return impl->registerNode(*this, w, lastSeenVersion, configClassSet, watcher, broadcastInterface); |
| 498 | } |
| 499 | |
| 500 | void ConfigBroadcaster::applyChanges(Standalone<VectorRef<VersionedConfigMutationRef>> const& changes, |
| 501 | Version mostRecentVersion, |
no outgoing calls