Camunda external client java

I am using Camunda external Java library, when we are bootstrapping the external client config I dont see any option to set time interval of polling.
Can anyone help me understand the what is interval of time to wait before making a new poll?

I think you’re looking for asyncResponseTimeout. By default, the fetch and lock requests will be synchronous unless a timeout is specified.