public interface OperationWithTimeoutOptions<T extends OperationWithTimeoutOptions<T>> extends Options, Self<T>
Modifier and Type | Method and Description |
---|---|
default Optional<Integer> |
getTimeout()
Return operation timeout.
|
default T |
withTimeout(int timeout)
Specifies timeout for waiting for a server response for the operation.
|
default T withTimeout(int timeout)
timeout
- request timeout, in millisecondsCopyright © 2025 Picodata. All rights reserved.