camunda events as micronaut events #311
-
I'm wondering is there already option to enable 'events' like we are able to enable events with spring (https://docs.camunda.org/manual/7.15/user-guide/spring-boot-integration/the-spring-event-bridge/)? If not, what would be a best way to implement such a bridge? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @milosdimic , thank you for your question. We have not yet implemented something analog to Spring Eventing Bridge. It would need to be implemented in the "feature" project: https://github.com/camunda-community-hub/micronaut-camunda-bpm/tree/master/micronaut-camunda-bpm-feature We welcome Pull Requests so we'd be happy if you want to implement it. If not, I'll create an issue in the backlog. Independent of your specific question I'm interested in knowing more about your use case. Are you interested in an exchange via mail or online meeting? I'd be happy if you contact me at tobias.schaefer@novatec-gmbh.de or https://www.linkedin.com/in/tobias-schaefer-stgt/ |
Beta Was this translation helpful? Give feedback.
Hi @milosdimic ,
thank you for your question.
We have not yet implemented something analog to Spring Eventing Bridge. It would need to be implemented in the "feature" project: https://github.com/camunda-community-hub/micronaut-camunda-bpm/tree/master/micronaut-camunda-bpm-feature
and look similar to https://github.com/camunda/camunda-bpm-platform/tree/master/spring-boot-starter/starter/src/main/java/org/camunda/bpm/spring/boot/starter/event
We welcome Pull Requests so we'd be happy if you want to implement it. If not, I'll create an issue in the backlog.
Independent of your specific question I'm interested in knowing more about your use case. Are you interested in an exchange via mail or …