openOne method
- Opens specific component.
- To be opened components must implement IOpenable interface.
- If they don't the call to this method has no effect.
-
correlationId
(optional) transaction id to trace execution through call chain.
-
component
the component that is to be opened.
- Return Future that returns error or null no errors occured.
- See IOpenable