Corrects glossary.

This commit is contained in:
joeldudleyr3 2018-01-10 15:48:29 +00:00 committed by Katelyn Baker
parent a3fd653aff
commit 776289cb01

View File

@ -1,6 +1,8 @@
Glossary Glossary
======== ========
AMQP
The serialisation mechanism used within Corda for everything except flow checkpoints and RPC.
Artemis Artemis
The message queuing middleware used within Corda The message queuing middleware used within Corda
Attachment Attachment
@ -30,7 +32,7 @@ Gradle
Kotlin Kotlin
The language used to code Corda. Fully compatible with any JVM language, including (obviously) Java. The language used to code Corda. Fully compatible with any JVM language, including (obviously) Java.
Kryo 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 Input
In Corda terms, an input state is one that is used and consumed within a transaction. Once consumed, it cannot be re-used. In Corda terms, an input state is one that is used and consumed within a transaction. Once consumed, it cannot be re-used.
JVM JVM