timeout

ChatScreen.Config.ConfigBuilder timeout(IntSupplier timeout)

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.

Return

{@code this}.