[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["`Application.ShutdownHook` is a class that implements `Runnable` and is used to gracefully shut down the SDK."],["It is responsible for stopping SDK worker threads and calling the `destroy()` method of the `Connector` during the shutdown process."],["This class provides a mechanism to register a shutdown hook with the Java Runtime using `addShutdownHook(Thread)`, ensuring cleanup tasks are performed when the application exits."],["The `run()` method within this class contains the logic for shutting down the SDK components."]]],[]]