viadeo/kasper-framework

Get rid of context.child().build

Closed this issue · 1 comments

It's not clear for platform developers when we need to use an actual or a fresh child context within listeners.

Could it be possible to delegate to the actual "commandGateway.sendCommand(cmd, context)" method the building of the child context. Or maybe juste create a dedicated "sendChildCommand" method with some javadoc explanations ?

A documentation will be shortly re-write as wiki of this repository #299