Uses of Class
net.sf.eBus.feed.historic.store.SqlMessageStore
-
Packages that use SqlMessageStore Package Description net.sf.eBus.feed.historic.store This package contains two implementations ofIEMessageStoreinterface:InMemoryMessageStoreandSqlMessageStore. -
-
Uses of SqlMessageStore in net.sf.eBus.feed.historic.store
Methods in net.sf.eBus.feed.historic.store that return SqlMessageStore Modifier and Type Method Description SqlMessageStoreSqlMessageStore.Builder. build()Returns newSqlMessageStorebased on this builder's settings.
-