Skip to main content

Overview

This can retrieve the status of listeners that are currently open, or that have been closed. The status of a listener can be retrieved through the listenId provided in the response of the START_LISTEN operation.

Request

DlcListenStatusRequest

Example:

Response

DlcListenStatusResponse

ListenReport<E>

Expected event types

The type parameter of the ListenReport can vary depending on the type of source being listened on.

File sources: ListenReport<DlcLoadResponse>

When listening on a file source, the listen report will contain DlcLoadResponse events as the listen operation will perform many LOAD operations.

DlcStatus

A simple enum to capture if the DLC request was executed.

How it works

All listen operations are recorded and linked to a unique listenId. This ID can then be used to fetch the listener’s ListenReport<DlcLoadResponse>.