Uses of Interface
net.sf.eBus.feed.historic.store.IRetrieveGenerator
-
Packages that use IRetrieveGenerator Package Description net.sf.eBus.feed.historic.store This package contains two implementations ofIEMessageStoreinterface:InMemoryMessageStoreandSqlMessageStore. -
-
Uses of IRetrieveGenerator in net.sf.eBus.feed.historic.store
Methods in net.sf.eBus.feed.historic.store with parameters of type IRetrieveGenerator Modifier and Type Method Description SqlMessageStore.BuilderSqlMessageStore.Builder. retrieveGenerator(IRetrieveGenerator generator)Sets SQL retrieve statement generator used to retrieve eBus notification messages from database for a given message key andinterval.
-