vertx / io.vertx.serviceproxy / ServiceBinder / setTimeoutSeconds

setTimeoutSeconds

open fun setTimeoutSeconds(timeoutSeconds: Long): ServiceBinder

Set the default timeout in seconds while waiting for a reply.

Parameters

timeoutSeconds - the default timeout (default: 5 minutes)

Return
self