summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@defprotocol.org>2013-01-09 18:10:05 +0000
committerMichael Klishin <michael@defprotocol.org>2013-01-09 18:10:05 +0000
commitb886305ef23cfa59754031637f50964228b965df (patch)
tree02583d5669e2955dfd2ee54329bc4be772e8123e
parent30900a28b40cabc08e8e2ffa4fe227652040205b (diff)
downloadrabbitmq-codegen-b886305ef23cfa59754031637f50964228b965df.tar.gz
Add connection.blocked and connection.unblocked extension methods
-rw-r--r--amqp-rabbitmq-0.9.1.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json
index 9e6d55e..847c8da 100644
--- a/amqp-rabbitmq-0.9.1.json
+++ b/amqp-rabbitmq-0.9.1.json
@@ -149,7 +149,13 @@
"synchronous" : true},
{"id": 51,
"arguments": [],
- "name": "close-ok"}],
+ "name": "close-ok"},
+ {"id": 60,
+ "arguments": [{"type": "shortstr", "name": "reason", "default-value": ""}],
+ "name": "blocked"},
+ {"id": 61,
+ "arguments": [],
+ "name": "unblocked"}],
"name": "connection",
"properties": []
},