Class ScheduleWithTransientMetaDataCommand<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>

public class ScheduleWithTransientMetaDataCommand<I,M> extends ScheduleCommand<I,M>
Command that scheduled an item using transient metadata.
Author:
Paul Ferraro
  • Constructor Details

    • ScheduleWithTransientMetaDataCommand

      public ScheduleWithTransientMetaDataCommand(I id, M metaData)
  • Method Details