Uses of Class
io.streamthoughts.azkarra.streams.context.internal.ApplicationConfig
-
Packages that use ApplicationConfig Package Description io.streamthoughts.azkarra.streams.context io.streamthoughts.azkarra.streams.context.internal -
-
Uses of ApplicationConfig in io.streamthoughts.azkarra.streams.context
Methods in io.streamthoughts.azkarra.streams.context with parameters of type ApplicationConfig Modifier and Type Method Description static AzkarraContext
AzkarraContextLoader. load(AzkarraContext context, ApplicationConfig configuration)
Initialize the specifiedAzkarraContext
using the specifiedApplicationConfig
. -
Uses of ApplicationConfig in io.streamthoughts.azkarra.streams.context.internal
Methods in io.streamthoughts.azkarra.streams.context.internal that return ApplicationConfig Modifier and Type Method Description static ApplicationConfig
ApplicationConfig. read(Conf conf)
Static helper that can be used to creates a newApplicationConfig
instance from the providedConf
.ApplicationConfig
ApplicationConfig.Reader. read(Conf conf)
-