We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc0d58 commit db9bf9bCopy full SHA for db9bf9b
1 file changed
docs/api/cassandra/protocol.rst
@@ -1,11 +1,17 @@
1
+``cassandra.protocol`` - Protocol Features
2
+=====================================================================
3
+
4
+.. module:: cassandra.protocol
5
6
.. _custom_payload:
7
-Custom Payload
-==============
8
+Custom Payloads
9
+---------------
10
Native protocol version 4+ allows for a custom payload to be sent between clients
11
and custom query handlers. The payload is specified as a string:binary_type dict
12
holding custom key/value pairs.
13
14
By default these are ignored by the server. They can be useful for servers implementing
15
a custom QueryHandler.
16
17
+See :meth:`.Session.execute`, ::meth:`.Session.execute_async`, :attr:`.ResponseFuture.custom_payload`.
0 commit comments