mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
0a611afa55
* Consistent separation of Java and Kotlin sources via package names only * Renamed the Kotlin tutorial files to match the class names * Added Java example of LaunchSpaceshipFlow
18 lines
523 B
ReStructuredText
18 lines
523 B
ReStructuredText
.. 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/kotlin/FlowCookbook.kt
|
|
:language: kotlin
|
|
|
|
.. literalinclude:: example-code/src/main/java/net/corda/docs/java/FlowCookbook.java
|
|
:language: java |