-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating message consumption with imperative code #107
Comments
Yes, again you use
|
Hi @kabir Thanks a lot for your answer! I am trying to construct a minimal end-to-end example of what you suggested for consuming messages via channels. Main.java
App.java
However, I am getting the exception:
Why is the container not able to find the outgoing prices annotated method (
Is there something else that I need to do? Thanks! |
Hi,
I saw that publishing messages can be integrated with imperative code using
Emitters
andChannels
. I would like to know if there is a way to integrate message consumption with imperative code.Basically, I have something like:
I have an external API which calls
func1
but I can never get hold of the messages. I need help understanding how can I read messages usingconsumeMessage()
and make them available to the external code?Any help would be appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: