Uses of Interface
reactivefeign.methodhandler.MethodHandler
-
Packages that use MethodHandler Package Description reactivefeign.methodhandler reactivefeign.methodhandler.fallback -
-
Uses of MethodHandler in reactivefeign.methodhandler
Classes in reactivefeign.methodhandler that implement MethodHandler Modifier and Type Class Description classDefaultMethodHandlerHandles default methods by directly invoking the default method code on the interface.classFluxMethodHandlerclassMonoMethodHandlerclassPublisherClientMethodHandlerMethod handler for asynchronous HTTP requests viaPublisherHttpClient.Methods in reactivefeign.methodhandler that return MethodHandler Modifier and Type Method Description MethodHandlerMethodHandlerFactory. create(feign.MethodMetadata metadata)MethodHandlerReactiveMethodHandlerFactory. create(feign.MethodMetadata metadata)MethodHandlerMethodHandlerFactory. createDefault(java.lang.reflect.Method method)MethodHandlerReactiveMethodHandlerFactory. createDefault(java.lang.reflect.Method method)Constructors in reactivefeign.methodhandler with parameters of type MethodHandler Constructor Description FluxMethodHandler(MethodHandler methodHandler)MonoMethodHandler(MethodHandler methodHandler) -
Uses of MethodHandler in reactivefeign.methodhandler.fallback
Classes in reactivefeign.methodhandler.fallback that implement MethodHandler Modifier and Type Class Description classFallbackMethodHandlerMethods in reactivefeign.methodhandler.fallback that return MethodHandler Modifier and Type Method Description MethodHandlerFallbackMethodHandlerFactory. create(feign.MethodMetadata metadata)MethodHandlerFallbackMethodHandlerFactory. createDefault(java.lang.reflect.Method method)
-