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