/FunctionalStreamsSpringSample

Minimal sample of Functional Streams using Spring and Kotlin

Primary LanguageKotlin

Functional Streams Spring sample

This project provides minimal implementations of the functional streams concept:

  • Server: Spring Kotlin Restful api.
  • Consumer: Spring Kotlin client for the api.
  • StreamingAppDemo: Kotlin Android app modelled as a functional stream.