Class ScheduleWithMetaDataCommand<I,M>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.ScheduleWithMetaDataCommand<I,M>
Type Parameters:
I - the identifier type of the entry to schedule
M - the meta data type of the entry to schedule
All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Void,CacheEntryScheduler<I,M>,RuntimeException>, ScheduleCommand<I,M>

public class ScheduleWithMetaDataCommand<I,M> extends Object implements ScheduleCommand<I,M>
Command that schedules an item, where its meta data is persisted.
Author:
Paul Ferraro