Represents a handle for managing subscriptions to topics in the Hedera network.
The SubscriptionHandle class provides methods to manage the lifecycle of a subscription,
including setting a callback function to be executed when an event occurs and unsubscribing
from the topic notifications. It is primarily used for handling real-time updates from the
Hedera network like topic subscriptions.
Represents a handle for managing subscriptions to topics in the Hedera network.
The
SubscriptionHandle
class provides methods to manage the lifecycle of a subscription, including setting a callback function to be executed when an event occurs and unsubscribing from the topic notifications. It is primarily used for handling real-time updates from the Hedera network like topic subscriptions.