IObjectFactory

interface IObjectFactory<T : Any> : Closeable

Functions

Link copied to clipboard
abstract override fun close()
Link copied to clipboard
abstract fun destroyObject(obj: T)
Link copied to clipboard
abstract fun makeObject(): T
Link copied to clipboard
abstract fun makePrimaryObject(): T