Files
corda/common
Filipe Oliveira 9f20b2a939 ENT-12865 - Support User defined mapper implementation (#7911)
Added the interface `FlowSchedulerMapper`.
Added the annotation `FlowThreadPool`.
Updated the interface `Cordapp` to include a list of flow scheduler mappers.
2025-04-08 18:31:48 +01:00
..

Common libraries

This directory contains modules representing libraries that are reusable in different areas of Corda.

Rules of the folder

  • No dependencies whatsoever on any modules that are not in this directory (no corda-core, test-utils, etc.).
  • No active components, as in, nothing that has a main function in it.
  • Think carefully before using non-internal packages in these libraries.