Uses of Interface
net.sf.eBus.feed.historic.store.IInsertGenerator
-
Packages that use IInsertGenerator Package Description net.sf.eBus.feed.historic.store This package contains two implementations ofIEMessageStoreinterface:InMemoryMessageStoreandSqlMessageStore. -
-
Uses of IInsertGenerator in net.sf.eBus.feed.historic.store
Methods in net.sf.eBus.feed.historic.store with parameters of type IInsertGenerator Modifier and Type Method Description SqlMessageStore.BuilderSqlMessageStore.Builder. insertGenerator(IInsertGenerator generator)Sets SQL insert statement generator used to insert an eBus notification message into database.
-