Class Reporter
java.lang.Object
fr.enedis.chutney.engine.domain.report.Reporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreatePublisher(Long executionId, Step rootStep) voidsetRetentionDelaySeconds(long retentionDelaySeconds) io.reactivex.rxjava3.core.Observable<StepExecutionReport> subscribeOnExecution(Long executionId)
-
Constructor Details
-
Reporter
public Reporter() -
Reporter
public Reporter(long retentionDelaySeconds)
-
-
Method Details
-
subscribeOnExecution
public io.reactivex.rxjava3.core.Observable<StepExecutionReport> subscribeOnExecution(Long executionId) -
setRetentionDelaySeconds
public void setRetentionDelaySeconds(long retentionDelaySeconds) -
createPublisher
-