com.r3corda.demos.protocols / AutoOfferProtocol / Plugin / servicePlugins

servicePlugins

val servicePlugins: List<Class<*>>
Overrides CordaPluginRegistry.servicePlugins

List of additional long lived services to be hosted within the node. They are expected to have a single parameter constructor that takes a ServiceHubInternal as input. The ServiceHubInternal will be fully constructed before the plugin service is created and will allow access to the protocol factory and protocol initiation entry points there.