corda/docs/source/flow-cookbook.rst
Shams Asari 0a611afa55
Various clean ups of the docs example code (#3982)
* 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
2018-09-24 15:00:31 +01:00

523 B

Flow cookbook

This flow showcases how to use Corda's API, in both Java and Kotlin.

example-code/src/main/kotlin/net/corda/docs/kotlin/FlowCookbook.kt

example-code/src/main/java/net/corda/docs/java/FlowCookbook.java