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 latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The provided content lists multiple versions of `MaxDeadlineTimeOption`, ranging from version 2.11.0 up to the latest release candidate."],["`MaxDeadlineTimeOption` allows users to configure the response time (ACK or NACK) for each incoming message, overriding the server-side configuration if desired."],["The deadline for each message is extended as it is delivered in batches, becoming immutable only when the message reaches a callback function."],["A value of `0` for the `MaxDeadlineTimeOption` will preserve the existing server-side deadline."]]],[]]