org.jph.channels.process
Interface ProcessExceptionHandler<M>
- All Known Implementing Classes:
- ThrowingProcessExceptionHandler
public interface ProcessExceptionHandler<M>
The ProcessExceptionHandler is called if something goes wrong in the ProcessingOutputChannel
while processing the message.
todo:
nothing is done with the process exception handler at the moment. Should the
Processor be responsible to deal with errors? Or should this ProcessExceptionHandler
be?
- Author:
- Peter Veentjer.
handleError
void handleError(ProcessingOutputChannel channel,
M msg,
java.lang.Exception ex)
Copyright © 2005 Anchormen. All Rights Reserved.