ConnectionsManager

This interface represents a manager for managing connections between different entities. It provides methods for adding and removing connections.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun addConnection(paired: DIDPair)

Adds a connection to the manager.

Link copied to clipboard
abstract suspend fun removeConnection(pair: DIDPair): DIDPair?

Removes a connection from the manager.

Link copied to clipboard
abstract fun stopConnection()

Stops a connection