Uses of Class
io.github.resilience4j.common.bulkhead.configuration.CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties
Packages that use CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties
Package
Description
-
Uses of CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties in io.github.resilience4j.common.bulkhead.configuration
Fields in io.github.resilience4j.common.bulkhead.configuration with type parameters of type CommonThreadPoolBulkheadConfigurationProperties.InstancePropertiesModifier and TypeFieldDescriptionCommonThreadPoolBulkheadConfigurationProperties.configsCommonThreadPoolBulkheadConfigurationProperties.instancesMethods in io.github.resilience4j.common.bulkhead.configuration that return CommonThreadPoolBulkheadConfigurationProperties.InstancePropertiesModifier and TypeMethodDescriptionCommonThreadPoolBulkheadConfigurationProperties.getBackendProperties(String backend) CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties.setBaseConfig(String baseConfig) Sets the shared configuration name.CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties.setContextPropagators(Class<? extends io.github.resilience4j.core.ContextPropagator>... contextPropagators) Set the class type ofContextPropagatorCommonThreadPoolBulkheadConfigurationProperties.InstanceProperties.setCoreThreadPoolSize(int coreThreadPoolSize) CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties.setEventConsumerBufferSize(Integer eventConsumerBufferSize) CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties.setKeepAliveDuration(Duration keepAliveDuration) CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties.setMaxThreadPoolSize(int maxThreadPoolSize) CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties.setQueueCapacity(int queueCapacity) CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties.setWritableStackTraceEnabled(boolean writableStackTraceEnabled) Methods in io.github.resilience4j.common.bulkhead.configuration that return types with arguments of type CommonThreadPoolBulkheadConfigurationProperties.InstancePropertiesModifier and TypeMethodDescriptionCommonThreadPoolBulkheadConfigurationProperties.getBackends()For backwards compatibility when setting backends in configuration properties.CommonThreadPoolBulkheadConfigurationProperties.getConfigs()CommonThreadPoolBulkheadConfigurationProperties.getInstances()Methods in io.github.resilience4j.common.bulkhead.configuration with parameters of type CommonThreadPoolBulkheadConfigurationProperties.InstancePropertiesModifier and TypeMethodDescriptionprivate io.github.resilience4j.bulkhead.ThreadPoolBulkheadConfigCommonThreadPoolBulkheadConfigurationProperties.buildConfig(io.github.resilience4j.bulkhead.ThreadPoolBulkheadConfig.Builder builder, CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties properties, CompositeCustomizer<ThreadPoolBulkheadConfigCustomizer> compositeThreadPoolBulkheadCustomizer, String instanceName) io.github.resilience4j.bulkhead.ThreadPoolBulkheadConfigCommonThreadPoolBulkheadConfigurationProperties.createThreadPoolBulkheadConfig(CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties instanceProperties, CompositeCustomizer<ThreadPoolBulkheadConfigCustomizer> compositeThreadPoolBulkheadCustomizer, String instanceName) -
Uses of CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties in io.github.resilience4j.common.utils
Methods in io.github.resilience4j.common.utils with parameters of type CommonThreadPoolBulkheadConfigurationProperties.InstancePropertiesModifier and TypeMethodDescriptionstatic voidConfigUtils.mergePropertiesIfAny(CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties baseProperties, CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties instanceProperties) merge only properties that are not part of retry config if any match the conditions of merge