Molybden API
Loading...
Searching...
No Matches
molybden::Subscription Class Referenceabstract

A subscription allows you to unsubscribe from receiving events. More...

#include <subscription.hpp>

Inherited by molybden::internal::SubscriptionImpl< T >.

Public Member Functions

virtual void cancel ()=0
 Cancels this subscription.
 

Detailed Description

A subscription allows you to unsubscribe from receiving events.

Member Function Documentation

◆ cancel()

virtual void molybden::Subscription::cancel ( )
pure virtual

Cancels this subscription.

You will not receive notifications on the event once the subscription is canceled.


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