Package reactivefeign
Class ReactiveFeign
- java.lang.Object
-
- reactivefeign.ReactiveFeign
-
public class ReactiveFeign extends java.lang.ObjectAllows Feign interfaces to acceptPublisheras body and return reactiveMonoorFlux.- Author:
- Sergii Karpenko
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReactiveFeign.Builder<T>ReactiveFeign builder.
-
Constructor Summary
Constructors Modifier Constructor Description protectedReactiveFeign(feign.Contract contract, MethodHandlerFactory methodHandlerFactory, feign.InvocationHandlerFactory invocationHandlerFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TnewInstance(feign.Target<T> target)
-
-
-
Constructor Detail
-
ReactiveFeign
protected ReactiveFeign(feign.Contract contract, MethodHandlerFactory methodHandlerFactory, feign.InvocationHandlerFactory invocationHandlerFactory)
-
-