public static class DataVending.Plugin
extends CordaPluginRegistry
| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.function.Function> |
getServicePlugins()
List of lambdas constructing additional long lived services to be hosted within the node.
They expect a single
interface PluginServiceHub parameter as input.
The interface PluginServiceHub will be fully constructed before the plugin service is created and will
allow access to the Flow factory and Flow initiation entry points there. |
getRequiredFlows, getServicePlugins, getStaticServeDirs, getWebApis, registerRPCKryoTypespublic java.util.List<java.util.function.Function> getServicePlugins()
List of lambdas constructing additional long lived services to be hosted within the node.
They expect a single interface PluginServiceHub parameter as input.
The interface PluginServiceHub will be fully constructed before the plugin service is created and will
allow access to the Flow factory and Flow initiation entry points there.