2017-06-22 15:13:54 +00:00
|
|
|
.. 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
|
|
|
|
|
2018-09-24 14:00:31 +00:00
|
|
|
.. literalinclude:: example-code/src/main/kotlin/net/corda/docs/kotlin/FlowCookbook.kt
|
2017-06-22 15:13:54 +00:00
|
|
|
:language: kotlin
|
|
|
|
|
2018-09-24 14:00:31 +00:00
|
|
|
.. literalinclude:: example-code/src/main/java/net/corda/docs/java/FlowCookbook.java
|
2017-06-22 15:13:54 +00:00
|
|
|
:language: java
|