Uses of Package
net.sf.eBus.feed.historic.store
-
Packages that use net.sf.eBus.feed.historic.store Package Description net.sf.eBus.feed.historic.store This package contains two implementations ofIEMessageStoreinterface:InMemoryMessageStoreandSqlMessageStore. -
Classes in net.sf.eBus.feed.historic.store used by net.sf.eBus.feed.historic.store Class Description IInsertGenerator Generates SQL insert statement used to put an eBusnotification messageinto database.IMessageDecoder ConvertsResultSetinto eBusnotification messagefor given message key.InMemoryMessageStore This class implementsIEMessageStoreproviding the ability to store events to and retrieve events from an in-memoryeBus notification message array.InMemoryMessageStore.Builder InMemoryMessageStoreinstances are created using aBuilder.IRetrieveGenerator Generates SQL statement to retrieve the specified eBus notification message key for the given time interval.SqlMessageStore This class implementsIEMessageStoreproviding the ability to store events to and retrieve events from aJava SQL connection.SqlMessageStore.Builder SqlMessageStoreinstances created using aBuilderinstance.