You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/08/12 08:16:44 UTC

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #858: MINIFICPP-1300 - Decouple ControllerServiceProvider ownerships from use-only components

hunyadi-dev commented on a change in pull request #858:
URL: https://github.com/apache/nifi-minifi-cpp/pull/858#discussion_r469085587



##########
File path: libminifi/include/FlowController.h
##########
@@ -339,6 +339,12 @@ class FlowController : public core::controller::ControllerServiceProvider, publi
    */
   virtual void initializePaths(const std::string &adjustedFilename);
 
+  template <typename T, typename = typename std::enable_if<std::is_base_of<SchedulingAgent, T>::value>::type>
+  void conditionalReloadScheduler(std::shared_ptr<T>& scheduler, const bool condition) {

Review comment:
       Changed this to private.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org