Class Resilience4jFeign.Builder

  • Enclosing class:
    Resilience4jFeign

    public static final class Resilience4jFeign.Builder
    extends feign.Feign.Builder
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder​(FeignDecorator invocationDecorator)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      feign.Feign build()  
      feign.Feign.Builder invocationHandlerFactory​(feign.InvocationHandlerFactory invocationHandlerFactory)
      Will throw an UnsupportedOperationException exception.
      • Methods inherited from class feign.Feign.Builder

        client, contract, decode404, decoder, doNotCloseAfterDecode, encoder, errorDecoder, exceptionPropagationPolicy, logger, logLevel, mapAndDecode, options, queryMapEncoder, requestInterceptor, requestInterceptors, retryer, target, target
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • invocationHandlerFactory

        public feign.Feign.Builder invocationHandlerFactory​(feign.InvocationHandlerFactory invocationHandlerFactory)
        Will throw an UnsupportedOperationException exception.
        Overrides:
        invocationHandlerFactory in class feign.Feign.Builder
      • build

        public feign.Feign build()
        Overrides:
        build in class feign.Feign.Builder