add 'invoke all' invocation policy constant

This commit is contained in:
Tobias Oberstein
2015-10-10 13:32:26 +02:00
parent 8f0c54ecca
commit 317f7df89c

View File

@@ -2051,6 +2051,7 @@ class Register(Message):
INVOKE_LAST = u'last'
INVOKE_ROUNDROBIN = u'roundrobin'
INVOKE_RANDOM = u'random'
INVOKE_ALL = u'all'
def __init__(self, request, procedure, match=None, invoke=None):
"""