adamdebreceni commented on code in PR #2065:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2065#discussion_r2922893237
##########
minifi-api/include/minifi-cpp/core/controller/ControllerServiceInterface.h:
##########
@@ -28,27 +28,15 @@
namespace org::apache::nifi::minifi::core::controller {
-enum ControllerServiceState {
- DISABLED,
- DISABLING,
- ENABLING,
- ENABLED
-};
-
/**
* Controller Service base class that contains some pure virtual methods.
*
* Design: OnEnable is executed when the controller service is being enabled.
* Note that keeping state here must be protected in this function.
*/
Review Comment:
renamed to ControllerServiceHandle and added comment
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]