Interface PipeErrorHandler<T>
-
- All Known Implementing Classes:
ErrorThrowingPipeErrorHandler
public interface PipeErrorHandler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidhandleBubbledUpException(T message, BubbleUpWrappedException e)voidhandleException(T message, Exception e)booleanshouldErrorBeHandledAndDeliveryAborted(T message, Exception e)
-