public static class BulkheadConfigurationProperties.InstanceProperties
extends java.lang.Object
maxWaitDuration should almost
always be set to 0, so the compute threads would not be blocked upon execution.| Constructor and Description |
|---|
InstanceProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseConfig() |
java.lang.Integer |
getEventConsumerBufferSize() |
java.lang.Integer |
getMaxConcurrentCalls() |
java.time.Duration |
getMaxWaitDuration() |
BulkheadConfigurationProperties.InstanceProperties |
setBaseConfig(java.lang.String baseConfig) |
BulkheadConfigurationProperties.InstanceProperties |
setEventConsumerBufferSize(java.lang.Integer eventConsumerBufferSize) |
BulkheadConfigurationProperties.InstanceProperties |
setMaxConcurrentCalls(java.lang.Integer maxConcurrentCalls) |
BulkheadConfigurationProperties.InstanceProperties |
setMaxWaitDuration(java.time.Duration maxWaitDuration) |
public java.lang.Integer getMaxConcurrentCalls()
public BulkheadConfigurationProperties.InstanceProperties setMaxConcurrentCalls(java.lang.Integer maxConcurrentCalls)
public java.time.Duration getMaxWaitDuration()
public BulkheadConfigurationProperties.InstanceProperties setMaxWaitDuration(java.time.Duration maxWaitDuration)
@Nullable public java.lang.String getBaseConfig()
public BulkheadConfigurationProperties.InstanceProperties setBaseConfig(java.lang.String baseConfig)
@Nullable public java.lang.Integer getEventConsumerBufferSize()
public BulkheadConfigurationProperties.InstanceProperties setEventConsumerBufferSize(java.lang.Integer eventConsumerBufferSize)