Package com.caplin.motif.datasource
Interface CachedMessageProvider<T extends SubjectInfo>
-
- All Superinterfaces:
CachedDataProvider<T>
public interface CachedMessageProvider<T extends SubjectInfo> extends CachedDataProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialise(SubjectMessagePublisher<T> publisher)
-
Methods inherited from interface com.caplin.motif.datasource.CachedDataProvider
onDiscard, onRequest
-
-
-
-
Method Detail
-
initialise
void initialise(SubjectMessagePublisher<T> publisher)
-
-