Is it possible to get the artifact (app) name using the mule sdk when developing a custom mule connector?
I can get the artifact name by creating a parameter and having the user pass it in:
@Parameter
private String artifactName;
but can it be retrieved from an injected service?