Uses of Class
io.streamthoughts.azkarra.streams.config.AzkarraConf
-
Packages that use AzkarraConf Package Description io.streamthoughts.azkarra.streams.config -
-
Uses of AzkarraConf in io.streamthoughts.azkarra.streams.config
Methods in io.streamthoughts.azkarra.streams.config that return AzkarraConf Modifier and Type Method Description static AzkarraConf
AzkarraConf. create()
Static helper that can be used to creates a newAzkarraConf
instance using the specified resource base name.static AzkarraConf
AzkarraConf. create(String resourceBasename)
Static helper that can be used to creates a newAzkarraConf
instance using the specified resource base name.static AzkarraConf
AzkarraConf. create(Map<String,? extends Object> config)
Static helper that can be used to creates a newAzkarraConf
instance from the specified map.static AzkarraConf
AzkarraConf. create(Properties config)
Static helper that can be used to creates a newAzkarraConf
instance from the specified properties.static AzkarraConf
AzkarraConf. empty()
Static helper that can be used to creates a new emptyAzkarraConf
instance.
-