Interface ScheduleCommand<I,M>
-
- All Superinterfaces:
org.wildfly.clustering.dispatcher.Command<Void,Scheduler<I,M>>,Serializable
- All Known Implementing Classes:
ScheduleWithMetaDataCommand,ScheduleWithTransientMetaDataCommand
public interface ScheduleCommand<I,M> extends org.wildfly.clustering.dispatcher.Command<Void,Scheduler<I,M>>
Command that scheduled an element.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Voidexecute(Scheduler<I,M> scheduler)IgetId()Returns the identifier of the element to be scheduled.MgetMetaData()Returns the meta data of the element to be scheduled.
-