mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
Flow cookbook added and merged into flow API page.
This commit is contained in:
18
docs/source/flow-cookbook.rst
Normal file
18
docs/source/flow-cookbook.rst
Normal file
@ -0,0 +1,18 @@
|
||||
.. highlight:: kotlin
|
||||
.. raw:: html
|
||||
|
||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="_static/codesets.js"></script>
|
||||
|
||||
Flow cookbook
|
||||
=============
|
||||
|
||||
This flow showcases how to use Corda's API, in both Java and Kotlin.
|
||||
|
||||
.. container:: codeset
|
||||
|
||||
.. literalinclude:: example-code/src/main/kotlin/net/corda/docs/FlowCookbook.kt
|
||||
:language: kotlin
|
||||
|
||||
.. literalinclude:: example-code/src/main/java/net/corda/docs/FlowCookbookJava.java
|
||||
:language: java
|
Reference in New Issue
Block a user