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