Class JobLogReport
java.lang.Object
com.aizuda.snailjob.client.common.log.report.AbstractLogReport<JobLogTaskDTO>
com.aizuda.snailjob.client.job.core.log.JobLogReport
- All Implemented Interfaces:
Lifecycle,LogReport,org.springframework.beans.factory.InitializingBean
- Since:
- 3.2.0
- Author:
- xiaowoniu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JobLogTaskDTObuildLogTaskDTO(com.aizuda.snailjob.common.log.dto.LogContentDTO logContentDTO) booleansupports()Methods inherited from class com.aizuda.snailjob.client.common.log.report.AbstractLogReport
afterPropertiesSet, close, report, start
-
Constructor Details
-
JobLogReport
public JobLogReport()
-
-
Method Details
-
supports
public boolean supports() -
buildLogTaskDTO
protected JobLogTaskDTO buildLogTaskDTO(com.aizuda.snailjob.common.log.dto.LogContentDTO logContentDTO) - Specified by:
buildLogTaskDTOin classAbstractLogReport<JobLogTaskDTO>
-