Uses of Class
io.streamthoughts.azkarra.api.banner.Banner.Mode
-
Packages that use Banner.Mode Package Description io.streamthoughts.azkarra.api.banner io.streamthoughts.azkarra.streams io.streamthoughts.azkarra.streams.banner -
-
Uses of Banner.Mode in io.streamthoughts.azkarra.api.banner
Methods in io.streamthoughts.azkarra.api.banner that return Banner.Mode Modifier and Type Method Description static Banner.Mode
Banner.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Banner.Mode[]
Banner.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Banner.Mode in io.streamthoughts.azkarra.streams
Methods in io.streamthoughts.azkarra.streams with parameters of type Banner.Mode Modifier and Type Method Description AzkarraApplication
AzkarraApplication. setBannerMode(Banner.Mode mode)
Sets the mode used to print theBanner
instance when thisAzkarraContext
is started. -
Uses of Banner.Mode in io.streamthoughts.azkarra.streams.banner
Methods in io.streamthoughts.azkarra.streams.banner with parameters of type Banner.Mode Modifier and Type Method Description BannerPrinterBuilder
BannerPrinterBuilder. setMode(Banner.Mode mode)
-