Class FallbackDecorators

java.lang.Object
io.github.resilience4j.fallback.FallbackDecorators

public class FallbackDecorators
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FallbackDecorators​(java.util.List<FallbackDecorator> fallbackDecorators)  
  • Method Summary

    Modifier and Type Method Description
    io.vavr.CheckedFunction0<java.lang.Object> decorate​(FallbackMethod fallbackMethod, io.vavr.CheckedFunction0<java.lang.Object> supplier)
    find a FallbackDecorator by return type of the FallbackMethod and decorate supplier
    java.util.List<FallbackDecorator> getFallbackDecorators()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait