Interface MonitoredCallableListener
-
public interface MonitoredCallableListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> voidcreated(MonitoredCallable<T> result, long createdDate)voiddone(MonitoredCallable<?> callable, Object result, Chrono chrono, Throwable error)voidstart(MonitoredCallable<?> callable)
-
-
-
Method Detail
-
created
<T> void created(MonitoredCallable<T> result, long createdDate)
-
start
void start(MonitoredCallable<?> callable)
-
done
void done(MonitoredCallable<?> callable, Object result, Chrono chrono, Throwable error)
-
-