Replies: 2 comments 4 replies
-
If you add armeria-rxjava3 depdencies,
Could you return
I'm not sure what you really want. 😓 Could you show me an example? |
Beta Was this translation helpful? Give feedback.
-
Thanks @minwoox I will further look into it. I also have a follow up question. Let us test this first and then come back |
Beta Was this translation helpful? Give feedback.
-
I am migrating code from Spring to Armeria and have a few questions
Single<HttpResponse>
or something equivalentSingle<T>
, I am having issues while withFlowable<T>
it works seamlessly. I had to write a ResponseConverter with a block code and perhaps I am missing something how to exposeSingle<T>
Flowable<HttpReponse>
since there's no built-in ResponseCovnerter. What would be the alternative solution?Any sample code would be helpful. Thanks
Beta Was this translation helpful? Give feedback.
All reactions