Interface CachedObjectProvider<S,T extends SubjectInfo>


public interface CachedObjectProvider<S,T extends SubjectInfo>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDiscard(T subjectInfo)
     
    void
    onRequest(T subjectInfo, com.caplin.datasource.subscription.SubjectConsumer<S> publishObject)
     
  • Method Details

    • onRequest

      void onRequest(T subjectInfo, com.caplin.datasource.subscription.SubjectConsumer<S> publishObject)
    • onDiscard

      void onDiscard(T subjectInfo)