viadeo / kasper-framework

Kasper is the treasure keeper
http://kasper-doc.viadeo.com/kasper-framework/latest/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Get rid of context.child().build #278

Closed sl-fredericdalessandro closed 2 years ago

sl-fredericdalessandro commented 9 years ago

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 ?

cmurer commented 9 years ago

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