Package reactivefeign.methodhandler
Class FluxMethodHandler
- java.lang.Object
-
- reactivefeign.methodhandler.FluxMethodHandler
-
- All Implemented Interfaces:
feign.InvocationHandlerFactory.MethodHandler,MethodHandler
public class FluxMethodHandler extends java.lang.Object implements MethodHandler
-
-
Constructor Summary
Constructors Constructor Description FluxMethodHandler(MethodHandler methodHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Flux<java.lang.Object>invoke(java.lang.Object[] argv)
-
-
-
Constructor Detail
-
FluxMethodHandler
public FluxMethodHandler(MethodHandler methodHandler)
-
-