Module hiveutils
Back to master index

[public] Service Point hiveutils.TaskPerformer Interface: net.sourceforge.hiveutils.service.AsynchronousTaskPerformer
Utility service that performs asynchroneous execution of tasks. Tasks are Runnable implementations. They are queued and executed asynchroneously when one of the following events happen: HiveMind Registry is shutdown, there is a certain number (configurable) of tasks in the queue, or after a certain amount of time (configurable) has elapsed since last execution.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="net.sourceforge.hiveutils.service.impl.AsynchronousTaskPerformerImpl" >
      • <log />
      • <long />
      • <int />
      </construct>
    </invoke-factory>

Module hiveutils
Back to master index