Interface ActivePlansDeploymentsAnalyticsService
- All Known Implementing Classes:
ActivePlansDeploymentsAnalyticsServiceImpl
@Internal
public interface ActivePlansDeploymentsAnalyticsService
-
Method Summary
Modifier and TypeMethodDescriptionreturns counters and resets themvoid
onChainExecuted
(PlanResultKey planResultKey) handles situation when chain is executedvoid
onDeploymentExecuted
(long deploymentResultId) handles situation when deployment is executed
-
Method Details
-
onChainExecuted
handles situation when chain is executed -
onDeploymentExecuted
void onDeploymentExecuted(long deploymentResultId) handles situation when deployment is executed -
getStatsAndReset
ActivePlansDeploymentsStatistics getStatsAndReset()returns counters and resets them
-