Class StreamingHttp2023Emitter

Emits notifications on StreamingHTTPChannel2023 streams. Uses the response streams found in the provided map. The key should be the identifier of the topic resource.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...
streamMap: StreamingHttpMap

Methods

  • Checks whether the input can be handled by this class. If it cannot handle the input, rejects with an error explaining why.

    Parameters

    Returns Promise<void>

    A promise resolving if the input can be handled, rejecting with an Error if not.