Class ScheduleWithExpirationMetaDataCommand<I>

Type Parameters:
I - the scheduled entry identifier type
All Implemented Interfaces:
Command<Void,Scheduler<I,ExpirationMetaData>,RuntimeException>, PrimaryOwnerCommand<I,ExpirationMetaData,Void>

public class ScheduleWithExpirationMetaDataCommand<I> extends ScheduleWithPersistentMetaDataCommand<I,ExpirationMetaData>
ScheduleCommand that wraps expiration metadata with a marshallable implementation.
Author:
Paul Ferraro