C++ Server-Side SDK
LaunchDarkly SDK
Public Member Functions | List of all members
launchdarkly::IConnection Class Referenceabstract

#include <connection.hpp>

Public Member Functions

virtual void Disconnect ()=0
 
 IConnection (IConnection const &item)=delete
 
 IConnection (IConnection &&item)=delete
 
IConnectionoperator= (IConnection const &)=delete
 
IConnectionoperator= (IConnection &&)=delete
 

Detailed Description

Represents the connection of a listener. Disconnecting the connection will cause the listener to stop receiving events.

Member Function Documentation

◆ Disconnect()

virtual void launchdarkly::IConnection::Disconnect ( )
pure virtual

Disconnect the listener and stop receiving events.


The documentation for this class was generated from the following file: