Package reactivefeign

Class ReactiveInvocationHandler.Factory

  • All Implemented Interfaces:
    feign.InvocationHandlerFactory
    Enclosing class:
    ReactiveInvocationHandler

    public static final class ReactiveInvocationHandler.Factory
    extends java.lang.Object
    implements feign.InvocationHandlerFactory
    Factory for ReactiveInvocationHandler.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface feign.InvocationHandlerFactory

        feign.InvocationHandlerFactory.Default, feign.InvocationHandlerFactory.MethodHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.InvocationHandler create​(feign.Target target, java.util.Map<java.lang.reflect.Method,​feign.InvocationHandlerFactory.MethodHandler> dispatch)  
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory()
    • Method Detail

      • create

        public java.lang.reflect.InvocationHandler create​(feign.Target target,
                                                          java.util.Map<java.lang.reflect.Method,​feign.InvocationHandlerFactory.MethodHandler> dispatch)
        Specified by:
        create in interface feign.InvocationHandlerFactory