Class CancelCommand<I,M>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.scheduler.CancelCommand<I,M>
-
- All Implemented Interfaces:
Serializable,org.wildfly.clustering.dispatcher.Command<Void,Scheduler<I,M>>
public class CancelCommand<I,M> extends Object implements org.wildfly.clustering.dispatcher.Command<Void,Scheduler<I,M>>
Command that cancels a previously scheduled item.- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelCommand(I id)
-