Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
engine
/
elide.runtime.gvm.loader
/
ModuleRegistrar
Module
Registrar
interface
ModuleRegistrar
Module Registry
Inheritors
ModuleRegistry
Members
Functions
deferred
Link copied to clipboard
abstract
fun
deferred
(
module
:
ModuleInfo
,
producer
:
ModuleFactory
)
Register a module with the module registry.
register
Link copied to clipboard
abstract
fun
register
(
module
:
ModuleInfo
,
impl
:
Any
)
Register a module with the module registry.