Package ome.services.throttling
Class Adapter
- java.lang.Object
-
- ome.services.throttling.Task
-
- ome.services.throttling.Adapter
-
public class Adapter extends Task
Simple adapter which takes aExecutor.Work
instance and executes it as aBlitzExecutor
task. All exceptions are caught and routed to via theTask.exception(Throwable, OmeroContext)
method to the provided callback.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(ome.system.OmeroContext ctx)
-
Methods inherited from class ome.services.throttling.Task
exception, postProcess, response, toString
-
-