Interface HistoricPublishStatusCallback

    • Method Detail

      • call

        void call​(EFeedState feedState,
                  EHistoricPublishFeed feed)
        EHistoricPublishFeed calls this method to inform a publisher that the notification feed state is either EFeedState.UP or EFeedState.DOWN. This callback is provided as a courtesy only since historic publishers are always free to publish notification messages on an historic publish feed (as long as EHistoricPublishFeed.isFeedUp() returns true).
        Parameters:
        feedState - EFeedState.UP if there is at least one subscriber to this notification feed; otherwise set to EFeedState.DOWN.
        feed - historic publish feed reporting this feed state change.