https://github.com/spring-projects-experimental/spring-cloud-openfeign-async
Spring Boot and Spring Cloud integration for OpenFeign's AsyncFeign.
https://github.com/spring-projects-experimental/spring-cloud-openfeign-async
async openfeign spring-boot springcloud
Last synced: 9 months ago
JSON representation
Spring Boot and Spring Cloud integration for OpenFeign's AsyncFeign.
- Host: GitHub
- URL: https://github.com/spring-projects-experimental/spring-cloud-openfeign-async
- Owner: spring-projects-experimental
- License: apache-2.0
- Created: 2021-04-19T19:25:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T17:48:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T13:51:11.986Z (over 1 year ago)
- Topics: async, openfeign, spring-boot, springcloud
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
////
DO NOT EDIT THIS FILE. IT WAS GENERATED.
Manual changes to this file will be lost when it is generated again.
Edit the files in the src/main/asciidoc/ directory instead.
////
= Spring Cloud OpenFeignAsync
image::https://github.com/spring-cloud-incubator/spring-cloud-openfeign-async/workflows/Build/badge.svg?style=svg["Build",link="https://github.com/spring-cloud-incubator/spring-cloud-openfeign-async/actions"]
Spring Cloud OpenFeign Async provides support for https://github.com/OpenFeign/feign/blob/master/core/src/main/java/feign/AsyncFeign.java[OpenFeign's `AsyncFeign`].