Class DefaultBannerPrinter
- java.lang.Object
-
- io.streamthoughts.azkarra.streams.banner.DefaultBannerPrinter
-
- All Implemented Interfaces:
BannerPrinter
public class DefaultBannerPrinter extends Object implements BannerPrinter
-
-
Field Summary
-
Fields inherited from interface io.streamthoughts.azkarra.api.banner.BannerPrinter
NO_OP
-
-
-
-
Method Detail
-
print
public void print(Banner banner)
Prints the specifiedBanner
.- Specified by:
print
in interfaceBannerPrinter
- Parameters:
banner
- theBanner
instance to print.
-
-