We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73955c commit b60ebadCopy full SHA for b60ebad
src/data-model-providers/codegen/ServerClusterInterfaceRegistry.h
@@ -84,7 +84,10 @@ class ServerClusterInterfaceRegistry
84
/// Return the interface registered for the given cluster path or nullptr if one does not exist
85
ServerClusterInterface * Get(const ConcreteClusterPath & path);
86
87
- /// ClustersList is valid as a snapshot only and should not be saved.
+ /// Provides a list of clusters that are registered for the given endpoint.
88
+ ///
89
+ /// As ClustersList points inside the internal registrations of the registry,
90
+ /// the list is only valid as long as the registry is not modified.
91
ClustersList ClustersOnEndpoint(EndpointId endpointId);
92
93
/// Unregister all registrations for the given endpoint.
0 commit comments