Interface PipeErrorHandler<T>

    • Method Detail

      • shouldErrorBeHandledAndDeliveryAborted

        boolean shouldErrorBeHandledAndDeliveryAborted​(T message,
                                                       Exception e)
      • handleException

        void handleException​(T message,
                             Exception e)