Interface RealTimeSnapshotSubscribedReceiver

All Superinterfaces:
RealTimeSnapshotReceiver, StreamingResponseReceiver, StreamingSubscribedResponseReceiver

public interface RealTimeSnapshotSubscribedReceiver extends StreamingSubscribedResponseReceiver, RealTimeSnapshotReceiver
Streaming receiver for updated real-time snapshot data and errors from subscriber. The current request handling can be terminated in any of these methods by throwing an exception. Errors originating from the subscriber thread will be sent to StreamingResponseReceiver.error(StreamingGetException)