Interface OnErrorFunction<T>
-
public interface OnErrorFunction<T>Inugami use events to retrieve information. To be able to aggregate information Inugami required to known when a provider have complete its process. The OnErrorFunction<T> is designed to intercept the case where a provider throws an error.- Since:
- 9 août 2017
- See Also:
OnDoneFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TonError(GenericEvent event, String channel, Callable<ProviderFutureResult> task, Exception error)
-
-
-
Method Detail
-
onError
T onError(GenericEvent event, String channel, Callable<ProviderFutureResult> task, Exception error)
-
-