getTimeout

IntSupplier getTimeout()

The timeout for a single call to handle (or any of the overloaded methods). This supplier should provide the number of milliseconds. Ex. {@code () -> 50000} for 50 seconds.