Interface ActivePlansDeploymentsAnalyticsService
-
- All Known Implementing Classes:
ActivePlansDeploymentsAnalyticsServiceImpl
@Internal public interface ActivePlansDeploymentsAnalyticsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivePlansDeploymentsStatistics
getStatsAndReset()
returns counters and resets themvoid
onChainExecuted(PlanResultKey planResultKey)
handles situation when chain is executedvoid
onDeploymentExecuted(long deploymentResultId)
handles situation when deployment is executed
-
-
-
Method Detail
-
onChainExecuted
void onChainExecuted(PlanResultKey planResultKey)
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
-
-