Interface Executor<X>

    • Method Detail

      • execute

        void execute​(X toExecuteOn)
        Executes an object. To simplify scheduling apply a ScheduledMethod annotation to your implementation of this interface.
        Parameters:
        toExecuteOn - the object to execute on