removeObserver

public void removeObserver(StreamObserver<ExternalMessage> observer)

Removes an existing observer and disconnects it from this subscription channel.

If the given observer is not registered at the moment, does nothing.

Parameters

observer

the observer to remove