How can we access loaded properties, which are loaded at Mule bootstrap, pro- grammatically from a Java class? To be more clear:
My Mule application will load some.properties file at bootstrap and will use these using the placeholder ${} inside a flow. My question is How can we access these loaded properties inside a Java class pro-grammatically?
Thanks in advance.