Interface StatisticsCollector

All Superinterfaces:
MappingStatisticsCollector, NotificationStatisticsCollector, TaskActionsExecutedCollector, TaskIterativeOperationCollector, TaskSynchronizationStatisticsCollector

An object that receives various statistics and state information, processes them and provides them back to appropriate clients. Currently this functionality is bound to Task interface. However, this may change in the future.
  • Method Details

    • recordStateMessage

      void recordStateMessage(String message)
      Records a state message.