[openstack-dev] Opinions needed: Changing method signature in RPC callback ...

Sandy Walsh sandy.walsh at rackspace.com
Thu Jul 18 14:31:41 UTC 2013



On 07/18/2013 11:09 AM, Sandy Walsh wrote:
> 2. make a generic CallContext() object to include with message that has
> anything else we need (a one-time signature break)
> 
> call_context = CallContext({"delivery_info": {...}, "wait": False})
> callback(message, call_context)

or just callback(message, **kwargs) of course.





More information about the OpenStack-dev mailing list