Interface IScheduledJob

All Known Implementing Classes:
PlaylistSubscriberStream.Notifier, SingleItemSubscriberStream.Notifier

public interface IScheduledJob
Interface that must be implemented by classes that can be scheduled for periodic execution.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called each time the job is triggered by the scheduling service.