Uses of Interface
reactivefeign.methodhandler.MethodHandlerFactory
-
Packages that use MethodHandlerFactory Package Description reactivefeign reactivefeign.methodhandler reactivefeign.methodhandler.fallback -
-
Uses of MethodHandlerFactory in reactivefeign
Methods in reactivefeign that return MethodHandlerFactory Modifier and Type Method Description MethodHandlerFactoryReactiveFeign.Builder. buildReactiveMethodHandlerFactory(PublisherClientFactory reactiveClientFactory)MethodHandlerFactoryReactiveFeignBuilder. buildReactiveMethodHandlerFactory(PublisherClientFactory reactiveClientFactory)Constructors in reactivefeign with parameters of type MethodHandlerFactory Constructor Description ReactiveFeign(feign.Contract contract, MethodHandlerFactory methodHandlerFactory, feign.InvocationHandlerFactory invocationHandlerFactory) -
Uses of MethodHandlerFactory in reactivefeign.methodhandler
Classes in reactivefeign.methodhandler that implement MethodHandlerFactory Modifier and Type Class Description classReactiveMethodHandlerFactory -
Uses of MethodHandlerFactory in reactivefeign.methodhandler.fallback
Classes in reactivefeign.methodhandler.fallback that implement MethodHandlerFactory Modifier and Type Class Description classFallbackMethodHandlerFactoryConstructors in reactivefeign.methodhandler.fallback with parameters of type MethodHandlerFactory Constructor Description FallbackMethodHandlerFactory(MethodHandlerFactory methodHandlerFactory, java.util.function.Function<java.lang.Throwable,java.lang.Object> fallbackFactory)
-