Class ScheduleWithPersistentMetaDataCommand<I,M>

Type Parameters:
I - the scheduled entry identifier type
M - the scheduled entry metadata type
All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Void,Scheduler<I,M>,RuntimeException>, PrimaryOwnerCommand<I,M,Void>
Direct Known Subclasses:
ScheduleWithExpirationMetaDataCommand

public class ScheduleWithPersistentMetaDataCommand<I,M> extends ScheduleCommand<I,M>
Command that schedules an item, where its meta data is persisted.
Author:
Paul Ferraro
  • Constructor Details

    • ScheduleWithPersistentMetaDataCommand

      public ScheduleWithPersistentMetaDataCommand(I id, M metaData)