public static interface PoolRemotePluginClientFactory.TimeoutStep
| Modifier and Type | Method and Description |
|---|---|
PoolRemotePluginClientFactory.BuilderStep |
usingDefaultTimeout()
Sets the default timeout of 5 seconds.
|
PoolRemotePluginClientFactory.BuilderStep |
usingTimeout(int timeoutInSeconds)
Sets the provided timeout.
|
PoolRemotePluginClientFactory.BuilderStep usingDefaultTimeout()
This timeout defines how long the async client waits for a server order before cancelling the global transaction.
PoolRemotePluginClientFactory.BuilderStep 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