Interface LoadDataReporter<T>
- All Known Implementing Classes:
BrokerLoadDataReporter,TopBundleLoadDataReporter
public interface LoadDataReporter<T>
The load data reporter, it publish the load data to load data storage.
-
Method Summary
Modifier and TypeMethodDescriptionGenerate the load data.reportAsync(boolean force) Report the load data to load data store async.
-
Method Details
-
generateLoadData
T generateLoadData()Generate the load data.- Returns:
- Load data.
-
reportAsync
Report the load data to load data store async.
-