Package com.qfs.messenger
Interface IDistributedHierarchyManager.IDistributedExceptionHandler
-
- Enclosing interface:
- IDistributedHierarchyManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface IDistributedHierarchyManager.IDistributedExceptionHandler
Interface for exception handlers to process an exception raised when consuming a message.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(Throwable t)Handles an exception.
-
-
-
Method Detail
-
handle
void handle(Throwable t)
Handles an exception.- Parameters:
t- the exception to handle
-
-