public static interface LocalServiceClientFactory.TimeoutStep
| Modifier and Type | Method and Description |
|---|---|
LocalServiceClientFactory.ReaderStep |
usingDefaultTimeout()
Sets the default timeout of 5 seconds.
|
LocalServiceClientFactory.ReaderStep |
usingTimeout(int timeoutInSeconds)
Sets the provided timeout.
|
LocalServiceClientFactory.ReaderStep usingDefaultTimeout()
This timeout defines how long the async client waits for a server order before cancelling the global transaction.
LocalServiceClientFactory.ReaderStep usingTimeout(int timeoutInSeconds)
This timeout defines how long the async client waits for a server order before cancelling the global transaction.
timeoutInSeconds - timeout in seconds