add logging-interceptor dependency
move KillHandler to telegram
introduce ability to add Handlers dynamically
refactor CommandHandlerFacade
remove UnsupportedCommandHandler, instead InvalidCommand should be thrown
break HelpCommandHandler
get rid of enum Command
since HandlerFactory created dynamically all dependencies can be provided via injection
comment out KillCommandHandlerFactoryTest, KillCommandHandlerTest, CommandHandlerFacadeImplTest, PublisherImplTest, SubscribeTest - needs to be resotred
add logging-interceptor dependency move KillHandler to telegram introduce ability to add Handlers dynamically refactor CommandHandlerFacade remove UnsupportedCommandHandler, instead InvalidCommand should be thrown break HelpCommandHandler get rid of enum Command since HandlerFactory created dynamically all dependencies can be provided via injection comment out KillCommandHandlerFactoryTest, KillCommandHandlerTest, CommandHandlerFacadeImplTest, PublisherImplTest, SubscribeTest - needs to be resotred