Uses of Interface
net.sf.eBus.feed.historic.IEMessageStore
-
Packages that use IEMessageStore Package Description net.sf.eBus.feed.historic This package contains a specialized feed providing notification feeds which support both historic and live messages.net.sf.eBus.feed.historic.store This package contains two implementations ofIEMessageStoreinterface:InMemoryMessageStoreandSqlMessageStore. -
-
Uses of IEMessageStore in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic with parameters of type IEMessageStore Modifier and Type Method Description EHistoricPublishFeed.BuilderEHistoricPublishFeed.Builder. messageStore(IEMessageStore store)Sets the message store used to persist and retrieve notification messages. -
Uses of IEMessageStore in net.sf.eBus.feed.historic.store
Classes in net.sf.eBus.feed.historic.store that implement IEMessageStore Modifier and Type Class Description classInMemoryMessageStoreThis class implementsIEMessageStoreproviding the ability to store events to and retrieve events from an in-memoryeBus notification message array.classSqlMessageStoreThis class implementsIEMessageStoreproviding the ability to store events to and retrieve events from aJava SQL connection.
-