Uses of Class
net.sf.eBus.feed.historic.EHistoricSubscribeFeed
-
Packages that use EHistoricSubscribeFeed 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 EHistoricSubscribeFeed in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic that return EHistoricSubscribeFeed Modifier and Type Method Description protected EHistoricSubscribeFeedEHistoricSubscribeFeed.Builder. buildImpl()Returns new historic subscribe feed instance created from builder settings.Methods in net.sf.eBus.feed.historic with parameters of type EHistoricSubscribeFeed Modifier and Type Method Description voidHistoricFeedDoneCallback. call(EHistoricSubscribeFeed.HistoricFeedState feedState, EHistoricSubscribeFeed feed)eBus calls this method when an historic subscribe feed has reached completion.voidHistoricFeedStatusCallback. call(PublishStatusEvent event, EHistoricSubscribeFeed feed)eBus calls this method to inform subscriber that the publisher feed state is eitherEFeedState.UPorEFeedState.DOWN.voidHistoricNotifyCallback. call(ENotificationMessage msg, EHistoricSubscribeFeed feed)An incoming notification message from an historic notification feed.default voidIEHistoricSubscriber. feedDone(EHistoricSubscribeFeed.HistoricFeedState feedState, EHistoricSubscribeFeed feed)Reports historic subscribe feed is completed and no more events will be posted from the feed.default voidIEHistoricSubscriber. feedStatus(PublishStatusEvent event, EHistoricSubscribeFeed feed)Reports a publisher feed state change for the underlying notification message feed.default voidIEHistoricSubscriber. notify(ENotificationMessage msg, EHistoricSubscribeFeed feed)Reports latest notification message.
-