Package | Description |
---|---|
feign |
Modifier and Type | Class and Description |
---|---|
class |
AsyncFeign<C>
Enhances
Feign to provide support for asynchronous clients. |
class |
ReflectiveAsyncFeign<C> |
class |
ReflectiveFeign |
Modifier and Type | Method and Description |
---|---|
Feign |
Feign.Builder.build() |
Constructor and Description |
---|
AsyncFeign(Feign feign,
AsyncContextSupplier<C> defaultContextSupplier) |
ReflectiveAsyncFeign(Feign feign,
AsyncContextSupplier<C> defaultContextSupplier,
ThreadLocal<feign.AsyncInvocation<C>> contextHolder) |
Copyright © 2012–2022 OpenFeign. All rights reserved.