corda / com.r3.corda.networkmanage.common / ENMService

ENMService

abstract class ENMService : Closeable

Constructors

<init>

ENMService(serviceName: String, ctx: <ERROR CLASS>)

Properties

closeActions

val closeActions: <ERROR CLASS>

This list is to keep track of all services/objects that have been created and enable the system to be shut down in the correct order (last object to be created should be killed first)

ctx

open val ctx: <ERROR CLASS>

schemas

abstract val schemas: Set<<ERROR CLASS>>

Functions

close

open fun close(): Unit

start

abstract fun start(): Unit