From 776289cb012f44f681a0d144b46c6eecb2b2466a Mon Sep 17 00:00:00 2001 From: joeldudleyr3 Date: Wed, 10 Jan 2018 15:48:29 +0000 Subject: [PATCH] Corrects glossary. --- docs/source/glossary.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/glossary.rst b/docs/source/glossary.rst index 4432ddb2a2..1fa01d7a59 100644 --- a/docs/source/glossary.rst +++ b/docs/source/glossary.rst @@ -1,6 +1,8 @@ Glossary ======== +AMQP + The serialisation mechanism used within Corda for everything except flow checkpoints and RPC. Artemis The message queuing middleware used within Corda Attachment @@ -30,7 +32,7 @@ Gradle Kotlin The language used to code Corda. Fully compatible with any JVM language, including (obviously) Java. Kryo - The serialisation mechanism used within Corda - which is subject to change in a future release. + The serialisation mechanism used within Corda for flow checkpoints and RPC. Input In Corda terms, an input state is one that is used and consumed within a transaction. Once consumed, it cannot be re-used. JVM