Interface Scheduler<I,M>

Type Parameters:
I - the scheduled entry identifier type
M - the scheduled entry metadata type
All Superinterfaces:
AutoCloseable

public interface Scheduler<I,M> extends AutoCloseable
A task scheduler.
Author:
Paul Ferraro