OptionaldefaultOptionalmaxMaximum number of messages that can be queued per task for side-channel delivery. If undefined, the queue size is unbounded.
OptionaltaskOptional task message queue implementation for managing server-initiated messages that will be delivered through the tasks/result response stream.
OptionaltaskTask storage implementation. Required for handling incoming task requests (server-side). Not required for sending task requests (client-side outbound API).
Default polling interval (in milliseconds) for task status checks when no pollInterval is provided by the server. Defaults to 1000ms if not specified.