Class SimpleScheduler

java.lang.Object
dev.getelements.elements.rt.SimpleScheduler
All Implemented Interfaces:
Scheduler

public class SimpleScheduler extends Object implements Scheduler
The simple handler server is responsible for dispatching requests and events to all Resource instances contained therein. Internally, it leverages an instance an ExecutorService and a CompletionService to perform all updates in parallel. Created by patricktwohig on 8/22/15.