chain

protected Optional<StreamObserver<SubscriptionUpdate>> chain()

Returns an observer of raw SubscriptionUpdates, which will be called in addition to notifying the consumers.

Descendants may choose to override this method in order to specify their observer chaining policy.

Return

StreamObserver to call in chain (wrapped into Optional), or Optional.empty() if no such chaining is configured