-
- All Implemented Interfaces:
public interface ErrorHandlerFactoryFactory used to provide an ErrorHandler that will be used to handle plugins' errors.
-
-
Method Summary
Modifier and Type Method Description abstract ErrorHandlercreate(ChannelRepository channelRepository)Provides a single instance of ErrorHandler. -
-
Method Detail
-
create
abstract ErrorHandler create(ChannelRepository channelRepository)
Provides a single instance of ErrorHandler.
-
-
-
-