Interface ScheduleCommand<I,​M>

    • Method Detail

      • getId

        I getId()
        Returns the identifier of the element to be scheduled.
        Returns:
        the identifier of the element to be scheduled.
      • getMetaData

        M getMetaData()
        Returns the meta data of the element to be scheduled.
        Returns:
        the meta data of the element to be scheduled.
      • execute

        default Void execute​(Scheduler<I,​M> scheduler)
                      throws Exception
        Specified by:
        execute in interface org.wildfly.clustering.dispatcher.Command<I,​M>
        Throws:
        Exception