Interface IScheduledTask

All Superinterfaces:
Runnable

public interface IScheduledTask extends Runnable
异步的时间调度的一个类 Created by qiunet. 18/1/26
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    run()
     
    void
    调度执行的方法
  • Field Details

    • logger

      static final org.slf4j.Logger logger
  • Method Details

    • run

      default void run()
      Specified by:
      run in interface Runnable
    • run0

      void run0()
      调度执行的方法