Implemented an ExchangeFilterFunction, to support Spring WebFlux facebook-errors
authorKai Moritz <kai@jupl.de>
Wed, 20 Nov 2019 15:02:48 +0000 (16:02 +0100)
committerKai Moritz <kai@jupl.de>
Fri, 22 Nov 2019 06:45:31 +0000 (07:45 +0100)
commit73befa702f8e175b2aac88e0b1db241d1e623449
tree0b62c36c181c04fb6c8ae48e6c8bbae717e65f82
parentc575534b004c0864b6c84f3c9d5405cf39639f63
Implemented an ExchangeFilterFunction, to support Spring WebFlux

* Guckst du hier: https://stackoverflow.com/a/48984852/247276
pom.xml
src/main/java/de/juplo/facebook/errors/GraphApiExchangeFilterFunction.java [new file with mode: 0644]
src/test/java/de/juplo/facebook/errors/GraphApiExchangeFilterFunctionIntegrationTest.java [new file with mode: 0644]