Interface SchedulerEvent
- All Known Implementing Classes:
SchedulerEventImpl
public interface SchedulerEvent
Defines the representation of a scheduled event
-
Method Summary
Modifier and TypeMethodDescriptionReturns the event identifierReturns the mediapackageReturns the technical metadataReturns the version of the event
-
Method Details
-
getEventId
String getEventId()Returns the event identifier- Returns:
- the event identifier
-
getVersion
String getVersion()Returns the version of the event- Returns:
- the version of the event
-
getMediaPackage
MediaPackage getMediaPackage()Returns the mediapackage- Returns:
- the mediapackage
-
getTechnicalMetadata
TechnicalMetadata getTechnicalMetadata()Returns the technical metadata- Returns:
- the technical metadata
-