org.springframework.integration.scheduling
Interface Schedule

All Known Implementing Classes:
CronSchedule, PollingSchedule

public interface Schedule

A marker interface for scheduling metadata. Implementations of this interface will provide the information necessary for a TaskScheduler implementation to schedule tasks.

Author:
Mark Fisher