Interface FeedStatusCallback<T extends IEFeed>

    • Method Detail

      • call

        void call​(EFeedState feedState,
                  T feed)
        eBus calls this method to inform the eBus client that the feed is either up or down.
        Parameters:
        feedState - the subscription's new feed state.
        feed - the status applies to this feed.