org.springframework.integration.scheduling
Interface Schedule

All Known Implementing Classes:
PollingSchedule

public interface Schedule

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

Author:
Mark Fisher