Interface ConnectionCloseService

A service to mark a front end as unused. As soon as it disconnects from the back end, the connection context will be discarded.

interface ConnectionCloseService {
    markForClose(frontEndId): Promise<void>;
}

Methods

Methods