Interface SentPushJobDetailsTracker

All Known Implementing Classes:
NoOpSentPushJobDetailsTracker

public interface SentPushJobDetailsTracker
Interface of class that is used to keep track of push job details sent to the Venice controller.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    record(String storeName, int version, PushJobDetails pushJobDetails)
     
  • Method Details