Uses of Class
net.sf.eBus.feed.historic.EAbstractHistoricFeed
-
Packages that use EAbstractHistoricFeed Package Description net.sf.eBus.feed.historic This package contains a specialized feed providing notification feeds which support both historic and live messages. -
-
Uses of EAbstractHistoricFeed in net.sf.eBus.feed.historic
Classes in net.sf.eBus.feed.historic with type parameters of type EAbstractHistoricFeed Modifier and Type Class Description protected static classEAbstractHistoricFeed.Builder<T extends EObject,F extends EAbstractHistoricFeed<T>,B extends EAbstractHistoricFeed.Builder<T,F,?>>Base class forEHistoricPublishFeed.BuilderandEHistoricSubscribeFeed.Buildersubclasses.Subclasses of EAbstractHistoricFeed in net.sf.eBus.feed.historic Modifier and Type Class Description classEHistoricPublishFeedThe historic publisher feed extendsEPublishFeed's ability to publish notification messages to subscribers with the ability to: persist notification messages to aIEMessageStoreimplementation and handlehistoric notification requestsretrieving previously published messages from message store.classEHistoricSubscribeFeedThe historic subscriber feed extendsIESubscribeFeed's ability to receive live notification messages with the ability to seamlessly retrieve past notification messages fromhistoric publishers.
-