Package | Description |
---|---|
feign |
Modifier and Type | Method and Description |
---|---|
default <C> AsyncContextSupplier<C> |
Capability.enrich(AsyncContextSupplier<C> asyncContextSupplier) |
Modifier and Type | Method and Description |
---|---|
AsyncFeign.AsyncBuilder<C> |
AsyncFeign.AsyncBuilder.defaultContextSupplier(AsyncContextSupplier<C> supplier) |
default <C> AsyncContextSupplier<C> |
Capability.enrich(AsyncContextSupplier<C> asyncContextSupplier) |
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.