We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Without eventuate-tram-spring-messaging-starter there are no MessageConsumer and MessageProducer beans.
eventuate-tram-spring-messaging-starter
MessageConsumer
MessageProducer
For example, see https://github.com/eventuate-tram/eventuate-tram-core-examples-basic/blob/7113edf39940943240b48628a4af4b46b1721d2e/eventuate-tram-examples-basic-command-consumer/build.gradle#L4-L5
implementation "io.eventuate.tram.core:eventuate-tram-spring-commands-starter" implementation "io.eventuate.tram.core:eventuate-tram-spring-messaging-starter"
The solution is for eventuate-tram-spring-commands-starter to depend on eventuate-tram-spring-messaging-starter
eventuate-tram-spring-commands-starter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Without
eventuate-tram-spring-messaging-starter
there are noMessageConsumer
andMessageProducer
beans.For example, see https://github.com/eventuate-tram/eventuate-tram-core-examples-basic/blob/7113edf39940943240b48628a4af4b46b1721d2e/eventuate-tram-examples-basic-command-consumer/build.gradle#L4-L5
The solution is for
eventuate-tram-spring-commands-starter
to depend oneventuate-tram-spring-messaging-starter
The text was updated successfully, but these errors were encountered: