public interface IOnTaskError extends IChannelManager
IChannelManager to consume notifications if a task throws an exception or an errorIChannelManager.IChannelControllerPolicy| Modifier and Type | Method and Description |
|---|---|
void |
onTaskError(IChannel queue,
IChannelTask task,
Throwable throwable)
This methode is fired, if
IChannelTask throws an exception or an error
invoked and synchronized by queue worker |
configurevoid onTaskError(IChannel queue, IChannelTask task, Throwable throwable)
IChannelTask throws an exception or an error
queue - queue of task which throws the exceptiontask - task which throws the exceptionthrowable - throwed exception or errorCopyright © 2020. All rights reserved.