| Class | Description |
|---|---|
| AbstractCashSelection |
Pluggable interface to allow for different cash selection provider implementations
Default implementation in finance workflow module uses H2 database and a custom function within H2 to perform aggregation.
Custom implementations must implement this interface and declare their implementation in
META-INF/services/net.corda.finance.workflows.asset.selection.AbstractCashSelection. |
| CashSelectionH2Impl | |
| CashSelectionPostgreSQLImpl | |
| CashSelectionSQLServerImpl |