Class TinyTaskBeatServiceImpl

  • All Implemented Interfaces:
    pro.fessional.wings.tiny.task.service.TinyTaskBeatService

    @Service()@ConditionalWingsEnabled() 
    public class TinyTaskBeatServiceImpl
     implements TinyTaskBeatService
                        
    Since:

    2022-12-26

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int cleanResult() Clean the history result of task
      String checkHealth() Check task health, should notice if return non-empty
      void setWinTaskDefineDao(WinTaskDefineDao winTaskDefineDao)
      void setWinTaskResultDao(WinTaskResultDao winTaskResultDao)
      void setBeatTimes(int beatTimes)
      int getBeatTimes()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TinyTaskBeatServiceImpl

        TinyTaskBeatServiceImpl()