Configure how long the application has to respond (ACK or NACK) to an incoming message. Note that this might be longer, or shorter, than the deadline configured in the server-side subscription.
The value 0 is reserved to leave the deadline unmodified and just use the server-side configuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The webpage provides a comprehensive list of versions for `MaxDeadlineTimeOption`, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["`MaxDeadlineTimeOption` configures the duration an application has to respond to an incoming message, which might be longer or shorter than the server-side configured deadline."],["A value of `0` for the deadline indicates that the server-side configuration should be used without modification."],["The deadline applies individually to each message upon delivery to the application and multiple messages delivered in a batch will have their deadline extended."],["The `MaxDeadlineTimeOption` is a type alias for `std::chrono::seconds`."]]],[]]