AppFunctionConfiguration


class AppFunctionConfiguration


The configuration object used to customize AppFunction setup.

Summary

Nested types

A builder for AppFunctionConfiguration.

A class to provide customized AppFunctionConfiguration object.

Public properties

Map<Class<*>, () -> Any>

A map of factories used to construct the enclosing classes of AppFunctions.

Public properties

enclosingClassFactories

Added in 1.0.0-alpha01
val enclosingClassFactoriesMap<Class<*>, () -> Any>

A map of factories used to construct the enclosing classes of AppFunctions.

The keys in this map are the enclosing classes of the AppFunctions to be constructed, and the values are the corresponding factory. If not provided in the map, the default no-argument constructors will be used to construct the classes.