Uses of Class
net.sf.eBus.feed.historic.EHistoricSubscribeFeed.HistoricFeedState
-
Packages that use EHistoricSubscribeFeed.HistoricFeedState 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.HistoricFeedState in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic that return EHistoricSubscribeFeed.HistoricFeedState Modifier and Type Method Description EHistoricSubscribeFeed.HistoricFeedStateEHistoricSubscribeFeed. state()Returns current historic subscribe feed state.static EHistoricSubscribeFeed.HistoricFeedStateEHistoricSubscribeFeed.HistoricFeedState. valueOf(String name)Returns the enum constant of this type with the specified name.static EHistoricSubscribeFeed.HistoricFeedState[]EHistoricSubscribeFeed.HistoricFeedState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBus.feed.historic with parameters of type EHistoricSubscribeFeed.HistoricFeedState Modifier and Type Method Description voidHistoricFeedDoneCallback. call(EHistoricSubscribeFeed.HistoricFeedState feedState, EHistoricSubscribeFeed feed)eBus calls this method when an historic subscribe feed has reached completion.default voidIEHistoricSubscriber. feedDone(EHistoricSubscribeFeed.HistoricFeedState feedState, EHistoricSubscribeFeed feed)Reports historic subscribe feed is completed and no more events will be posted from the feed.
-