Package reactivefeign

Class ReactiveFeign


  • public class ReactiveFeign
    extends java.lang.Object
    Allows Feign interfaces to accept Publisher as body and return reactive Mono or Flux.
    Author:
    Sergii Karpenko
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ReactiveFeign.Builder<T>
      ReactiveFeign builder.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ReactiveFeign​(feign.Contract contract, MethodHandlerFactory methodHandlerFactory, feign.InvocationHandlerFactory invocationHandlerFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T newInstance​(feign.Target<T> target)  
      • Methods inherited from class java.lang.Object

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

      • ReactiveFeign

        protected ReactiveFeign​(feign.Contract contract,
                                MethodHandlerFactory methodHandlerFactory,
                                feign.InvocationHandlerFactory invocationHandlerFactory)
    • Method Detail

      • newInstance

        public <T> T newInstance​(feign.Target<T> target)