Uses of Interface
io.streamthoughts.azkarra.api.banner.Banner
-
Packages that use Banner Package Description io.streamthoughts.azkarra.api.banner io.streamthoughts.azkarra.streams io.streamthoughts.azkarra.streams.banner -
-
Uses of Banner in io.streamthoughts.azkarra.api.banner
Methods in io.streamthoughts.azkarra.api.banner with parameters of type Banner Modifier and Type Method Description void
BannerPrinter. print(Banner banner)
Prints the specifiedBanner
. -
Uses of Banner in io.streamthoughts.azkarra.streams
Methods in io.streamthoughts.azkarra.streams with parameters of type Banner Modifier and Type Method Description AzkarraApplication
AzkarraApplication. setBanner(Banner banner)
Sets theBanner
to print when thisAzkarraContext
is started. -
Uses of Banner in io.streamthoughts.azkarra.streams.banner
Classes in io.streamthoughts.azkarra.streams.banner that implement Banner Modifier and Type Class Description class
AzkarraBanner
The defaultBanner
implementation which writes "Kafka Streams".Methods in io.streamthoughts.azkarra.streams.banner with parameters of type Banner Modifier and Type Method Description void
DefaultBannerPrinter. print(Banner banner)
Prints the specifiedBanner
.
-