Initial backoff time between reconnection attempts in milliseconds. Default is 1000 (1 second).
Maximum backoff time between reconnection attempts in milliseconds. Default is 30000 (30 seconds).
Maximum number of reconnection attempts before giving up. Default is 2.
The factor by which the reconnection delay increases after each attempt. Default is 1.5.
Configuration options for reconnection behavior of the StreamableHTTPClientTransport.