71727374757677787980
public void onSuccess(final Boolean isSubscribed) { Session.getInstance() .getEventBus() .notifyObservers( new GotStreamActivitySubscriptionResponseEvent(entityType, uniqueId, // \n isSubscribed)); } }, useClientCacheIfAvailable); }