Class ThreadPoolBulkheadProperties.InstancePropertiesConfigs

java.lang.Object
io.github.resilience4j.common.bulkhead.configuration.CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties
io.github.resilience4j.micronaut.bulkhead.ThreadPoolBulkheadProperties.InstancePropertiesConfigs
All Implemented Interfaces:
io.micronaut.core.naming.Named
Enclosing class:
ThreadPoolBulkheadProperties

@EachProperty(value="configs", primary="default") public static class ThreadPoolBulkheadProperties.InstancePropertiesConfigs extends io.github.resilience4j.common.bulkhead.configuration.CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties implements io.micronaut.core.naming.Named
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class io.github.resilience4j.common.bulkhead.configuration.CommonThreadPoolBulkheadConfigurationProperties.InstanceProperties

    getBaseConfig, getContextPropagators, getCoreThreadPoolSize, getEventConsumerBufferSize, getKeepAliveDuration, getMaxThreadPoolSize, getQueueCapacity, getWritableStackTraceEnabled, setBaseConfig, setContextPropagators, setCoreThreadPoolSize, setEventConsumerBufferSize, setKeepAliveDuration, setMaxThreadPoolSize, setQueueCapacity, setWritableStackTraceEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InstancePropertiesConfigs

      public InstancePropertiesConfigs(@Parameter String name)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface io.micronaut.core.naming.Named