Skip to content

stas29a/coroutine-feign-client

Repository files navigation

CircleCI codecov Codacy Badge Maven Central

feign-reactive

Use Feign with Kotlin coroutines

Overview

This is fork of reactive feign client(https://github.com/Playtika/feign-reactive) with coroutine support

Usage

Write Feign API as usual, but every method of interface

  • may accept org.reactivestreams.Publisher as body
  • must return reactor.core.publisher.Mono or reactor.core.publisher.Flux or to be suspend
  • if method is suspend you can return simple type without wrapping it to Mono or Flux

License

Library distributed under Apache License Version 2.0.

About

Feign client with coroutine support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published