public static class RabbitConnectionFactoryConfig.RpcConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_TIMEOUT_SECONDS
The default timeout before cancelling an RPC call.
|
Constructor and Description |
---|
RpcConfiguration() |
Modifier and Type | Method and Description |
---|---|
Optional<Duration> |
getTimeout() |
void |
setTimeout(Duration timeout)
Sets the timeout duration before cancelling an RPC call.
|
public static final long DEFAULT_TIMEOUT_SECONDS