module documentation

This module implements the notification manager service functionality for the CSE.

Class NotificationManager This class defines functionalities to handle subscriptions and notifications.
Type Alias SenderFunction Type definition for sender callback function.
SenderFunction = ΒΆ

Type definition for sender callback function.

Value
Callable[[str], bool]