howech/gestalt

Change 'ready', 'invalid' etc to a consolidated 'state' event

Closed this issue · 0 comments

self.emit( 'state', { state: 'ready', old_state; 'not ready' } )

There will be rules for how the state messages propagate from children to parent, and for containers.

How reactive objects (eg file, zookeeper) report their state is then up to the implementation.