类 AbstractLogReport<T extends LogTaskDTO>

java.lang.Object
com.aizuda.easy.retry.client.common.log.report.AbstractLogReport<T>
所有已实现的接口:
Lifecycle, LogReport, org.springframework.beans.factory.InitializingBean

public abstract class AbstractLogReport<T extends LogTaskDTO> extends Object implements Lifecycle, org.springframework.beans.factory.InitializingBean, LogReport
从以下版本开始:
3.2.0
作者:
xiaowoniu
  • 构造器详细资料

    • AbstractLogReport

      public AbstractLogReport()
  • 方法详细资料

    • report

      public void report(LogContentDTO logContentDTO)
      指定者:
      report 在接口中 LogReport
    • buildLogTaskDTO

      protected abstract T buildLogTaskDTO(LogContentDTO logContentDTO)
    • start

      public void start()
      从接口复制的说明: Lifecycle
      启动组件
      指定者:
      start 在接口中 Lifecycle
    • close

      public void close()
      从接口复制的说明: Lifecycle
      关闭组件
      指定者:
      close 在接口中 Lifecycle
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception