Replies: 1 comment
-
You can find information about connectors at https://smallrye.io/smallrye-reactive-messaging/4.1.1/ and https://github.com/smallrye/smallrye-reactive-messaging/. The MicroProfile Reactive Messaging specification defines the SPI in question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
binder
s for example : https://docs.spring.io/spring-cloud-stream/docs/Brooklyn.RELEASE/reference/html/_binders.html. I know I can just create my own logic to hook into the reactive streams (using polling, queues, etc.), but I wonder if there is a set of interfaces that I can just implement (or is a SPI already in the making?).Beta Was this translation helpful? Give feedback.
All reactions