Files
deb-python-taskflow/taskflow/tests
Joshua Harlow a68d40bf02 Use a common message dispatcher
Instead of recreating a dispatcher in the server
and executor objects use a common dispatcher that
is shared between them. It will dispatch based on
the message type received into a provided dict of
dispatch handler callbacks.

It also can generically requeue messages and can
reject messages if they are missing key required
message properties ('type' in the current case).

Part of blueprint wbe-message-validation

Change-Id: I8320f4707183f36e6a69f0552cf62f99a5467b7e
2014-07-25 14:43:17 -07:00
..
2014-07-25 14:43:17 -07:00
2014-02-22 17:16:29 +08:00
2014-05-09 20:39:05 -07:00