Class ThreadPoolBulkheadProperties.InstancePropertiesInstances

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

@EachProperty(value="instances", primary="default") public static class ThreadPoolBulkheadProperties.InstancePropertiesInstances 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

    • InstancePropertiesInstances

      public InstancePropertiesInstances(@Parameter String name)
  • Method Details

    • getName

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