Class BulkheadProperties.InstancePropertiesInstances

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

@EachProperty(value="instances", primary="default") public static class BulkheadProperties.InstancePropertiesInstances extends io.github.resilience4j.common.bulkhead.configuration.CommonBulkheadConfigurationProperties.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.CommonBulkheadConfigurationProperties.InstanceProperties

    getBaseConfig, getEventConsumerBufferSize, getMaxConcurrentCalls, getMaxWaitDuration, isWritableStackTraceEnabled, setBaseConfig, setEventConsumerBufferSize, setMaxConcurrentCalls, setMaxWaitDuration, 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