FrontendContextFactory

interface FrontendContextFactory

A factory used to create a FrontendContext to provide when creating a Frontend instance.

Functions

Link copied to clipboard
abstract fun createFrontendContext(frontendMetadata: FrontendMetadata): FrontendContext

Creates the FrontendContext to provide when creating a Frontend instance for the given frontendMetadata.

Inheritors

Link copied to clipboard