Interface InjectFeatureStats<Stats extends SentinelFeatureStats>


  • public interface InjectFeatureStats<Stats extends SentinelFeatureStats>
    Features implement this interface if they have defined their own statistics interface that extends SentinelFeatureStats
    • Method Detail

      • injectFeatureStats

        void injectFeatureStats​(Stats featureStats)
        Inject a statistics object the feature may use for collecting statistics
        Parameters:
        featureStats - the stats object