Uses of Class
net.sf.eBus.feed.historic.EHistoricPublishFeed
-
Packages that use EHistoricPublishFeed 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 EHistoricPublishFeed in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic that return EHistoricPublishFeed Modifier and Type Method Description protected EHistoricPublishFeedEHistoricPublishFeed.Builder. buildImpl()Returns new historic publish feed instance created from builder settings.Methods in net.sf.eBus.feed.historic with parameters of type EHistoricPublishFeed Modifier and Type Method Description voidHistoricPublishStatusCallback. call(EFeedState feedState, EHistoricPublishFeed feed)EHistoricPublishFeedcalls this method to inform a publisher that the notification feed state is eitherEFeedState.UPorEFeedState.DOWN.default voidIEHistoricPublisher. publishStatus(EFeedState feedState, EHistoricPublishFeed feed)eBus is informing the historic publisher that there is at least one active subscriber to the publisher's notification feed.
-