What is a "pluggable" API?
I'm evaluating a piece of software (uPor开发者_JS百科tal), and it lists one of its features as "Pluggable APIs."
I know what an API is, but have not heard the pluggable term before. What does it mean for an API to be "pluggable"?
It means that you can replace the implementation. Like a provider model, like ODBC database drivers - you can plug in drivers for various databases, using the same API.
精彩评论