You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
A reactive java client for channel-sender's rest endpoints.
Describe alternatives you've considered
Backend clients can alternatively interact with sender's endpoints using generic a webclient to exchange data. But having the java client can reduce boilerplate code.
Additional context
Should use the reactive webClient provided by Spring Webflux.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
A reactive java client for channel-sender's rest endpoints.
Describe alternatives you've considered
Backend clients can alternatively interact with sender's endpoints using generic a webclient to exchange data. But having the java client can reduce boilerplate code.
Additional context
The text was updated successfully, but these errors were encountered: