ApisFactory

interface ApisFactory(source)

An interface for creating an Apis instance.

This class is provided to help with reflective access by a Kobweb server. Users should never have to interact with it directly. It is expected that a Kobweb project will generate an implementation for this at compile-time.

Functions

Link copied to clipboard
abstract fun create(env: Environment, events: Events, logger: Logger): Apis