FrontendRegistry

fun FrontendRegistry(lifecycleOwner: LifecycleOwner, frontendMetadata: Collection<FrontendMetadata>, frontendContextFactory: FrontendContextFactory)

Parameters

lifecycleOwner

Provides the lifecycle for the Frontends that this registry manages.

frontendMetadata

The metadata used by the registry to create and manage Frontends.

frontendContextFactory

The factory used to create the FrontendContext instances needed to create Frontends.