Duncan Grant created BROOKLYN-615: ------------------------------------- Summary: Create a plugin mechanism for Brooklyn dsl commands Key: BROOKLYN-615 URL: https://issues.apache.org/jira/browse/BROOKLYN-615 Project: Brooklyn Issue Type: Improvement Reporter: Duncan Grant
It's fairly easy to come up with circumstances where it would be useful to create DSL commands that would be useful for a user to have for lots of different blueprints that are not useful more generally. It should be possible to add bundles with custom dsl commands to brooklyn. `BrooklynDslInterpreter`: could it tell if there’s a plugin, rather than always just doing `DslDeferredFunctionCall.invokeOn(o, fn, args).get();` i.e. we write a plugin mechanism for new DSL functions. -- This message was sent by Atlassian JIRA (v7.6.3#76005)