public interface IOnTaskTimeout extends IChannelManager
IChannelManager to consume notifications if a task runs in a timeoutIChannelManager.IChannelControllerPolicy| Modifier and Type | Method and Description |
|---|---|
void |
onTaskTimeout(IChannel channel,
IChannelTask task)
This is fired, if
IChannelTask runs in timeout. |
configurevoid onTaskTimeout(IChannel channel, IChannelTask task)
IChannelTask runs in timeout.
channel - queue of task runs in timeouttask - runs in timeoutCopyright © 2020. All rights reserved.