Class DefaultExceptionListener
- java.lang.Object
-
- com.moilioncircle.redis.replicator.DefaultExceptionListener
-
- All Implemented Interfaces:
ExceptionListener
public class DefaultExceptionListener extends Object implements ExceptionListener
- Since:
- 2.1.0
- Author:
- Leon Chen
-
-
Constructor Summary
Constructors Constructor Description DefaultExceptionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(Replicator replicator, Throwable throwable, Event event)
-
-
-
Method Detail
-
handle
public void handle(Replicator replicator, Throwable throwable, Event event)
- Specified by:
handlein interfaceExceptionListener
-
-