CordaPluginRegistry(webApis: List<Function<CordaRPCOps, out Any>> = emptyList(), staticServeDirs: Map<String, String> = emptyMap(), requiredFlows: Map<String, Set<String>> = emptyMap(), servicePlugins: List<Function<PluginServiceHub, out Any>> = emptyList())
Implement this interface on a class advertised in a META-INF/services/net.corda.core.node.CordaPluginRegistry file to extend a Corda node with additional application services.