Uses of Class
net.sf.eBus.feed.historic.PublishStatusEvent
-
Packages that use PublishStatusEvent 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 PublishStatusEvent in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic that return PublishStatusEvent Modifier and Type Method Description protected PublishStatusEventPublishStatusEvent.Builder. buildImpl()Returns a newPublishStatusEventinstance based on this builder's configuration.Methods in net.sf.eBus.feed.historic with parameters of type PublishStatusEvent Modifier and Type Method Description voidHistoricFeedStatusCallback. call(PublishStatusEvent event, EHistoricSubscribeFeed feed)eBus calls this method to inform subscriber that the publisher feed state is eitherEFeedState.UPorEFeedState.DOWN.default voidIEHistoricSubscriber. feedStatus(PublishStatusEvent event, EHistoricSubscribeFeed feed)Reports a publisher feed state change for the underlying notification message feed.
-