public interface AsynchronousJob extends FallibleComponent, Stoppable
Service
that interacts with
the framework to inform it when it has entered an exception state and
when it is complete.Modifier and Type | Method and Description |
---|---|
void |
acceptStopHandle(Runnable runnable)
Accept a stop handle.
|
acceptExceptionListener
void acceptStopHandle(Runnable runnable)
runnable
-