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 Detail

      • handle

        void handle​(Throwable t)
        Handles an exception.
        Parameters:
        t - the exception to handle