mirror of
https://github.com/corda/corda.git
synced 2024-12-21 13:57:54 +00:00
Corrects glossary.
This commit is contained in:
parent
a3fd653aff
commit
776289cb01
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user