Class CompositeCustomizer<T extends CustomizerWithName>

java.lang.Object
io.github.resilience4j.common.CompositeCustomizer<T>

public class CompositeCustomizer<T extends CustomizerWithName>
extends java.lang.Object
the composite of any spring resilience4j type config customizer implementations.
  • Constructor Summary

    Constructors 
    Constructor Description
    CompositeCustomizer​(java.util.List<T> customizers)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<T> getCustomizer​(java.lang.String instanceName)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getCustomizer

      public java.util.Optional<T> getCustomizer​(java.lang.String instanceName)
      Parameters:
      instanceName - the resilience4j instance name
      Returns:
      the found spring customizer if any .