Hi all I have another question concerning annotation. If I want to use @Callback for two components
1/ does it mean that component1 invoque some method of component2 and then component1 method is invoked from component2 ?
A kind of request-response interaction behaviour2/ or does it mean that component2 can invoke some method of component1 wathever component1 is doing ?
A kind of notification message Is the interaction necessary done in an asynchronous manner ? Thanks Fahim
