public interface ScheduleCommand<I,M> extends org.wildfly.clustering.dispatcher.Command<Void,Scheduler<I,M>>
| Modifier and Type | Method and Description |
|---|---|
default Void |
execute(Scheduler<I,M> scheduler) |
I |
getId()
Returns the identifier of the element to be scheduled.
|
M |
getMetaData()
Returns the meta data of the element to be scheduled.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.