corda / net.corda.node.services.persistence / DataVending / Plugin / servicePlugins

servicePlugins

val servicePlugins: List<Function<PluginServiceHub, Service>>

Overrides CordaPluginRegistry.servicePlugins

List of lambdas constructing additional long lived services to be hosted within the node. They expect a single PluginServiceHub parameter as input. The 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.