mattyb149 commented on PR #9813:
URL: https://github.com/apache/nifi/pull/9813#issuecomment-2751751696

   > > > Regarding custom class names, I think the problem is that the Property 
Name has to be `SSL Context Service`, and that isn't guaranteed with other 
third-party components. From that angle, I recommend using the full class name, 
not just the simple name, to make it clear that this applies only to Apache 
NiFi components.
   > > 
   > > 
   > > I can't get the class name for it (see Pierre's comments above), we'd 
need an API change to add a method to retrieve the identified controller 
service unless there's some other way to get it (but I couldn't find one).
   > 
   > I was referring to the Processor class, such as 
`org.apache.nifi.processors.standard.ListenHTTP`, which is available from the 
`getType()` method on `VersionedConfigurableExtension`.
   
   Ah gotcha, will change


-- 
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]

Reply via email to