public interface FaultToleranceServiceConfiguration extends ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
@Min(value=20L) String |
getAsyncMaxPoolSize() |
@Min(value=20L) @Max(value=3600L) String |
getAsyncPoolKeepAliveInSeconds() |
@Min(value=1L) @Max(value=1440L) String |
getCleanupIntervalInMinutes() |
@Min(value=1L) String |
getDelayMaxPoolSize() |
String |
getManagedExecutorService() |
String |
getManagedScheduledExecutorService() |
void |
setAsyncMaxPoolSize(String asyncMaxPoolSize) |
void |
setAsyncPoolKeepAliveInSeconds(String asyncPoolKeepAliveInSeconds) |
void |
setCleanupIntervalInMinutes(String cleanupIntervalInMinutes) |
void |
setDelayMaxPoolSize(String delayMaxPoolSize) |
void |
setManagedExecutorService(String managedExecutorServiceName) |
void |
setManagedScheduledExecutorService(String managedScheduledExecutorServiceName) |
createChild, deepCopy, getParent, getParentString getManagedExecutorService()
void setManagedExecutorService(String managedExecutorServiceName)
String getManagedScheduledExecutorService()
void setManagedScheduledExecutorService(String managedScheduledExecutorServiceName)
@Min(value=20L) @Min(value=20L) String getAsyncMaxPoolSize()
void setAsyncMaxPoolSize(String asyncMaxPoolSize)
@Min(value=1L) @Min(value=1L) String getDelayMaxPoolSize()
void setDelayMaxPoolSize(String delayMaxPoolSize)
@Min(value=20L) @Max(value=3600L) @Min(value=20L) @Max(value=3600L) String getAsyncPoolKeepAliveInSeconds()
void setAsyncPoolKeepAliveInSeconds(String asyncPoolKeepAliveInSeconds)
@Min(value=1L) @Max(value=1440L) @Min(value=1L) @Max(value=1440L) String getCleanupIntervalInMinutes()
void setCleanupIntervalInMinutes(String cleanupIntervalInMinutes)
Copyright © 2020. All rights reserved.